Installation error: INSTALL_FAILED_CONTAINER_ERROR app Eclipse

2

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 ..

    
asked by anonymous 29.09.2014 / 01:19

1 answer

1

This post on this site may help you: Android Link

You can use android: installLocation="auto"

    
29.09.2014 / 03:00