I try to deploy my app and sometimes get this error: Failure
[INSTALL_FAILED_CONTAINER_ERROR]
I tried to google it but don't find what the error means or what it's
caused by. I deploy via IDE (IntelliJ) the file gets copied to the
device to the /data/local/tmp (unrooted Huawei Ideos, running 2.2),
but the package manager doesn't seem to like it. Before installing the
apk, I already removed the app from the device beforehand. I also made
sure there was no old file under /data/local/tmp on the device. Still
I'm getting this error now.
The package should be signed with the debug key, since I deploy via
IDE by 'running' the app.

$ pwd
/data/local/tmp
$ ls -l
-rw-rw-rw- shell    shell    17257686 2011-04-21 20:31
com.company.shop
$ pm install -r com.company.shop
        pkg: com.company.shop
Failure [INSTALL_FAILED_CONTAINER_ERROR]

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to