Installation error: INSTALL_FAILED_CONTAINER_ERROR app Eclipse

Asked

Viewed 80 times

2

Hi, I’m having some problems with an app.. I’m trying to run on AVD, but it gives in comfort

Installation error: INSTALL_FAILED_CONTAINER_ERROR.. 

I went on Android Manifest and changed the android:installLocation="preferExternal" for android:installLocation="internalOnly"..

It worked, but does not run if I put on mobile and run.. Only works with direct run in Eclipse..

  • Vitor, you really need the installLocation being preferExternal or internalOnly? I couldn’t use installLocation="auto"?

1 answer

1

This post on this site can help you: Link Android

You can use android:installLocation="auto"

  • Hello.. My operating system is Windows.. And there it talks about Linux.. And I already switched the two stores in Android manifest.. If you put internal the right, but if you try to open the app without being direct by eclipse does not work.. It says that it was not installed

  • @Victoraugusto vc knew that android runs on linux kernel?

  • you can try android:installLocation="auto"

Browser other questions tagged

You are not signed in. Login or sign up in order to post.