[android-developers] Re: What does this mean: Failure [INSTALL_FAILED_CONTAINER_ERROR] ?

2011-04-22 Thread Mathias Lin
Turns out I need to mount the sdcard and remove the file ~/.android_secure/smdl2tmp1.asec via pc, then it works again. On Apr 21, 11:14 pm, Mathias Lin m...@mathiaslin.com wrote: I can avoid the error when not allowing the app to be installed on sdcard, setting    

[android-developers] Re: What does this mean: Failure [INSTALL_FAILED_CONTAINER_ERROR] ?

2011-04-21 Thread Mathias Lin
I can avoid the error when not allowing the app to be installed on sdcard, setting android:installLocation=internalOnly in the manifest. It's ok for development, but for production, it's not really what I want - since my app is quite large with 17mb; therefore I prefer it to be on sdcard.