mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Launch failed #131
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Uddhav-Paudel on 5/10/2018
After adding Launch configuration as below
{
}
I faced the following error
Checking build
Warning: Build is not up-to-date. Source files may not match execution when debugging.
Searching for devices...
Found 1 device
Current build already installed
Launching com.dev.test.android/MainActivity on device TA38502I37 [API:23]
Launch failed: Error: Activity class {com.dev.test.android/MainActivity} does not exist.
Please correct me, if I am missing anything?