简体   繁体   English

android studio不会使用代码android.os.Binder.execTransact(Binder.java:697

[英]android studio wont install app with code android.os.Binder.execTransact(Binder.java:697

After a little of playing with java codes in android studio, suddenly it stopped installing apps on avd. 在android studio中玩了一些Java代码后,突然它停止了在avd上安装应用程序。 I can have the apk output and install it on my phone(there I get the play protect error of unconfirmed developer ) as I disabled play protect on my avd. 我可以在avd上禁用播放保护,将apk输出并安装到手机上(出现未确认开发人员的播放保护错误)。 I have no idea what the problem is. 我不知道是什么问题。 every time I try to do that android studio retries to uninstall the app from avd and the app is not on the apps list of avd device the error code is this: 每次我尝试执行android studio重试以从avd卸载应用程序,并且该应用程序不在avd设备的应用程序列表上时,错误代码是这样的:

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

I have done the solution on this post but it didn't help. 我已经完成了这篇文章的解决方案,但没有帮助。 this post: https://stackoverflow.com/questions/44202530/error-unknown-failure-at-android-os-binder-exectransactbinder-java565-error 这篇文章: https://stackoverflow.com/questions/44202530/error-unknown-failure-at-android-os-binder-exectransactbinder-java565-error : https://stackoverflow.com/questions/44202530/error-unknown-failure-at-android-os-binder-exectransactbinder-java565-error

Edit 编辑

another error raised: error pic 引发另一个错误: 错误图片

the problem was that with the ioutils that i was adding on dependencies some how made compatibility problem with the system cpu (the problem that i didn't have on my android phone)so next time it happens to any one first check your dependencies by going to: 问题是,我在ioutils上添加了依赖项,从而使系统cpu出现了兼容性问题(我的Android手机上没有这个问题),因此下一次碰巧有人先通过检查您的依赖项至:

File -> project structure -> dependencies tab

delete any unusually item there that did the trick for me 删除任何对我有用的异常项目

Note That it may make your app to act abnormally 请注意,这可能会使您的应用无法正常运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误未知失败(在 android.os.Binder.execTransact(Binder.java:565))安装 APK 时出错 - error Unknown failure (at android.os.Binder.execTransact(Binder.java:565)) Error while Installing APKs 未知失败(在 android.os.Binder.execTransact(Binder.java:674))安装 APK 时出错 - Unknown failure (at android.os.Binder.execTransact(Binder.java:674)) Error while Installing APKs Android java binder FAILED BINDER TRANSACTION - Android java binder FAILED BINDER TRANSACTION android javabinder粘结剂交易失败 - android javabinder failed binder transaction 当应用程序进入后台时,Android失败的活页夹事务 - Android failed binder transaction when app goes on background java.lang.SecurityException:在Android 6上的活页夹调用不正确的接口 - java.lang.SecurityException: Binder invocation to an incorrect interface on Android 6 在Android中放入HashMap时,活页夹交易失败 - Failed Binder Transaction when putting in HashMap in Android Android,JUnit测试和失败的绑定交易 - Android, JUnit Tests, and FAILED BINDER TRANSACTION Android - 包裹自定义类型 - BINDER TRANSACTION 失败 - Android - Parcel Custom Type - FAILED BINDER TRANSACTION 使用Android Binder类有什么意义? - What is the point of using Android Binder class?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM