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:
- Open the Settings or Preferences dialog. (For Mac, Android Studio -> Preferences)
- Navigate to Build, Execution, Deployment > Instant Run.
- Uncheck the box next to Enable Instant Run.