首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >android: InstallAppProgress:安装错误码:-15

android: InstallAppProgress:安装错误码:-15
EN

Stack Overflow用户
提问于 2017-12-13 14:48:27
回答 0查看 2.1K关注 0票数 3

我的应用程序在模拟器/移动设备中通过android studio运行时运行良好,但当我尝试通过apk安装应用程序时(将apk复制到移动设备,然后安装它),它显示错误

应用程序未安装

因此,我尝试通过以下方式检查问题

代码语言:javascript
运行
复制
$adb logcat

错误日志

代码语言:javascript
运行
复制
12-13 11:58:23.599 20566 20792 E Parcel  : Reading a NULL string not supported here.
    12-13 11:58:23.602 20768 20781 D OpenGLRenderer: endAllStagingAnimators on 0x7fa272d400 (RippleDrawable) with handle 0x7f92e8cde0
    12-13 11:58:23.615 20566 20791 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
    12-13 11:58:23.833   447   447 W SurfaceFlinger: couldn't log to binary event log: overflow.
    12-13 11:58:23.854   700 20795 D libc-netbsd: [getaddrinfo]:  hostname=safebrowsing.google.com; servname=(null);   app_uid=0; ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=0 from prox result 11
    12-13 11:58:23.979   700 20795 D libc-netbsd: res_queryN name = safebrowsing.google.com succeed
    12-13 11:58:23.979 20566 20791 D libc-netbsd: [getaddrinfo]:  hostname=safebrowsing.google.com; servname=(null);   app_uid=10036; ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=0 from prox result 0
    12-13 11:58:23.983 20566 20791 I Finsky  : [18995] com.google.android.finsky.foregroundcoordinator.ForegroundCoordinator.a(9): Task 7 requested foreground
    12-13 11:58:23.984 20566 20791 I Finsky  : [18995] com.google.android.finsky.foregroundcoordinator.ForegroundCoordinator.a(35): Not entering foreground
    12-13 11:58:24.025   700 20797 D libc-netbsd: [getaddrinfo]:  hostname=safebrowsing.google.com; servname=(null);   app_uid=0; ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=2 from prox result 11
    12-13 11:58:24.026   700 20797 D libc-netbsd: res_queryN name = safebrowsing.google.com succeed
    12-13 11:58:24.026 20566 20613 D libc-netbsd: [getaddrinfo]:  hostname=safebrowsing.google.com; servname=(null);   app_uid=10036; ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=2 from prox result 0
    12-13 11:58:24.092  7868  7868 E NetCtrlSig: tempServiceState is null1
    12-13 11:58:24.453 20566 20798 I Finsky  : [18999] com.google.android.finsky.verifier.impl.co.b(6): Verification id=36 response=0
    12-13 11:58:24.467 20566 20566 I Finsky  : [1] com.google.android.finsky.verifier.impl.de.c(102): Verifying id=36, result=1
    12-13 11:58:24.469 20566 20566 I Finsky  : [1] com.google.android.finsky.verifier.impl.de.c(115): Verification complete: id=36, package_name=com.ethrmusic.ethrApp
    12-13 11:58:24.472 17711 18447 D DefContainer: Copying /storage/emulated/0/app-debug.apk to base.apk
    12-13 11:58:24.489  1459  1572 W PackageManager: installPackageLI
    12-13 11:58:24.494  1459  1572 I art     : Starting a blocking GC Explicit
    12-13 11:58:24.750  1459  1572 I art     : Explicit concurrent mark sweep GC freed 54228(5MB) AllocSpace objects, 10(3MB) LOS objects, 25% free, 47MB/63MB, paused 2.730ms total 255.997ms
    12-13 11:58:24.750  1459  1572 V PackageManager: install fail
    12-13 11:58:24.751  1459  1572 D         : doWriteRawPartition::CriticalLogServiceManager = 0x7f85b87998
    12-13 11:58:24.752   707   707 D         : criticallog, do not add to dropbox type=40
    12-13 11:58:24.753  1459  1572 D         : doReadCriticalData::CriticalLogServiceManager = 0x7f85b87998
    12-13 11:58:24.753  1459  1572 V OppoManager: updateLogReference read now type=40 ref=40:APK安装失败:5
    12-13 11:58:24.754  1459  1572 D         : doWriteCriticalData::CriticalLogServiceManager = 0x7f85b87998
    12-13 11:58:24.757  1459  1572 V OppoManager: updateLogReference res=20
    12-13 11:58:24.757  1459  1572 D         : doReadCriticalData::CriticalLogServiceManager = 0x7f85b87998
    12-13 11:58:24.758  1459  1572 V OppoManager: updateLogReference read backup type=1064 ref=40:APK安装失败:13
    12-13 11:58:24.758  1459  1572 D         : doWriteCriticalData::CriticalLogServiceManager = 0x7f85b87998
    12-13 11:58:24.759  1459  1572 V OppoManager: updateLogReference res=21
    12-13 11:58:24.759  1459  1572 V PackageManager: record end
    12-13 11:58:24.780 20768 20768 D InstallAppProgress: Installation error code: -15
    12-13 11:58:25.090  7868  7868 E NetCtrlSig: tempServiceState is null1

安装错误代码:-15是什么?

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47787111

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档