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
beingpreferExternal
orinternalOnly
? I couldn’t useinstallLocation="auto"
?– Wakim