【问题标题】:android studio wont install app with code android.os.Binder.execTransact(Binder.java:697android studio 不会使用代码 android.os.Binder.execTransact(Binder.java:697) 安装应用程序
【发布时间】:2018-10-02 20:54:21
【问题描述】:

在 android studio 中玩了一些 java 代码后,它突然停止在 avd 上安装应用程序。我可以有 apk 输出并将其安装在我的手机上(在那里我得到了未经确认的开发人员的播放保护错误),因为我在我的 avd 上禁用了播放保护。我不知道问题是什么。 每次我尝试这样做时,android studio 都会重试从 avd 卸载应用程序并且该应用程序不在 avd 设备的应用程序列表中,错误代码是这样的:

Unknown failure (at android.os.Binder.execTransact(Binder.java:697))

我已经完成了这篇文章的解决方案,但没有帮助。 本帖:https://stackoverflow.com/questions/44202530/error-unknown-failure-at-android-os-binder-exectransactbinder-java565-error

编辑

引发另一个错误: error pic

【问题讨论】:

标签: java android android-studio


【解决方案1】:

问题在于,我在依赖项上添加的 ioutils 导致系统 cpu 的兼容性问题(我的 android 手机上没有这个问题)所以下次遇到任何人时首先检查你的依赖项:

File -> project structure -> dependencies tab

删除任何对我有用的异常项目

注意这可能会让你的应用出现异常

【讨论】:

    猜你喜欢
    • 2019-06-08
    • 2023-04-09
    • 2015-12-19
    • 2017-11-28
    • 1970-01-01
    • 2017-10-19
    • 2021-09-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多