What does this mean: Failure [INSTALL_FAILED_CONTAINER_ERROR]?

后端 未结 14 1606
轮回少年
轮回少年 2020-12-02 07:28

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

14条回答
  •  一个人的身影
    2020-12-02 07:45

    Had the same error with various .apk on Cyanogenmod 12.1 (Android 5.1.1) on my Note 8 with a second partition for Link2SD. I was able to install the apps by forcing the installation via adb as root:

    adb root
    adb install -f myapp.apk
    

提交回复
热议问题