Installation did not succeed. The application could not be installed. Installation failed due to: 'null'
I had the Same issue on a MAC, this is how I solve it, note: I was tried the method that mention @Manoj Kumar,
Un check this field in Preferences/Build,Execution,Deployment/Debugger
1.Open run/debug configuration dialog:- Run> edit configurations.
- Navigate to You app > General > Installation Options > Install Flags.
- add install flags
-r -t
.
Note: This flags means adb install -r -t
apk path
I hope this will help.
Restarting the device after enabling developer mode and allowing usb debugging did the trick for me.