Android安装失败 Installation error code: -110

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

在系统开发过程中,开发的app管理器,发现怎么安装都是失败。

详细的查看了log发现。

I/ActivityManager(  899): START {dat=file:///mnt/sdcard/download_cache/1383894436201311081507168927.apk cmp=com.android.packageinstaller/.InstallAppProgress (has extras)} from pid 1842
W/ActivityManager(  899): Unable to start service Intent { cmp=com.android.defcontainer/.DefaultContainerService }: not found
E/PackageManager(  899): Failed to bind to media container service
D/dalvikvm(  899): GC_EXPLICIT freed 144K, 57% free 3562K/8195K, paused 2ms+4ms
I/System.out( 1842): ------------handleMessage executing
D/InstallAppProgress( 1842): Installation error code: -110
I/System.out( 1076): ime get the edittext action start
I/ActivityManager(  899): Displayed com.android.packageinstaller/.InstallAppProgress: +145ms

应用安装器,始终不能完成安装。一直报Installation error code: -110的错误。

经常查看log发现时缺少DefaultContainerService.apk。导致失败,放一个原生的apk进去,就可以立马安装。

 

 

版权声明:本文为博主原创文章,未经博主允许不得转载。

转载于:https://my.oschina.net/xcy2011sky/blog/492630

你可能感兴趣的:(Android安装失败 Installation error code: -110)