Launch failed #131

Closed
opened 2025-08-09 17:13:32 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @Uddhav-Paudel on 5/10/2018

After adding Launch configuration as below

{

"version": "0.2.0",
"configurations": [
{
    "type": "android",
    "request": "launch",
    "name": "Launch App",
    "appSrcRoot": "${workspaceRoot}",
    "apkFile": "${workspaceRoot}/build/outputs/apk/android-debug.apk",
    "adbPort": 5037
}
]

}

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?

*Originally created by @Uddhav-Paudel on 5/10/2018* After adding Launch configuration as below { "version": "0.2.0", "configurations": [ { "type": "android", "request": "launch", "name": "Launch App", "appSrcRoot": "${workspaceRoot}", "apkFile": "${workspaceRoot}/build/outputs/apk/android-debug.apk", "adbPort": 5037 } ] } 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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/android-dev-ext#131
No description provided.