Reputation: 15515
I couldn't run app from Android studio.
What I have tried
app not installed
error.app not installed
error.app not installed
error.Session app: Error launching Activity in Android Studio
error.Session app: Error launching Activity in Android Studio
error. Now don't know what to do next and how to fix this issue.
Note: I am using Nexus 5X
, Developer options enabled. USB debugging enabled,
OS : Android 8.0.0.
Upvotes: 4
Views: 2259
Reputation: 397
the solution is simple just uninstall package using adb command after you connect to your device
adb uninstall PACKAGE NAME
replace “PACKAGE NAME” with the name of the application you want to delete and press “Enter.”
Upvotes: 0
Reputation: 44
The application is not completely uninstalled.
For me this answer works, I hope it works for you!
Upvotes: 2