Tuesday, November 5, 2019

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



I had this issue when I was trying to run the android application from android studio.

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


This issue occurs because of android's Instant run feature. You need to disable this feature to overcome this issue.

To disable Instant Run:


  1. Open the Settings or Preferences dialog. (For Mac, Android Studio -> Preferences)
  2. Navigate to Build, Execution, Deployment > Instant Run.
  3. Uncheck the box next to Enable Instant Run.


No comments:

Post a Comment