Hello, I'm having problems with an app .. I'm trying to run in AVD, but it does not work in console
Installation error: INSTALL_FAILED_CONTAINER_ERROR..
I've been on Android Manifest and switched android:installLocation="preferExternal"
to android:installLocation="internalOnly"
..
It worked, but it does not run if I put it on the phone and run it. It only works with the direct run in Eclipse ..