error Unknown failure (at android.os.Binder.execTransact(Binder.java:565)) Error while Installing APKs

前端 未结 10 987
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 03:20

Could somebody tell me what that means?

Everything went fine, I haven\'t changed anyhing and it just happened, this is the code in Binder 565:

try {         


        
相关标签:
10条回答
  • 2020-12-15 03:43

    Unknown failure (at android.os.Binder.execTransact(Binder.java:702)) Error while Installing APK

    There could be 2 Possible solutions for this error :

    Solution 1: Check that you have enabled "INSTALL VIA USB" option in 'Developer Options' in Mobile (especially if you are using Xiomi devices)

    Solution 2: https://stackoverflow.com/a/46102740/5582162 - Solution posted by @Mithor.

    0 讨论(0)
  • 2020-12-15 03:45

    In my case, I cleaned the project, then rebuilt the code and it worked. And in Mi or Xiomi phone just enabled "INSTALL VIA USB" in developer option.

    0 讨论(0)
  • 2020-12-15 03:47

    Your solution worked with mine but the problem reoccurred on enable it back even when the app ran successfully. Then, following the Build Project documentation in Android Documentation as advised by Dhaval Jardosh, performing a clean project the app started to run with the Instant Run enabled.

    0 讨论(0)
  • 2020-12-15 03:47

    I had similar issue. My phone space was very low. I just increased my phone space and it worked for me.

    0 讨论(0)
提交回复
热议问题