I was testing modifications to the AOSP Settings app in VSCode.
When launching a debugger using a config similar to below, the error: "Launch failed: No valid launch activity found in AndroidManifest.xml or launch.json".
Code was not checking for a valid amStartArgs. Modified to accept a non-zero-length array for amStartArgs.
I was testing modifications to the AOSP Settings app in VSCode.
When launching a debugger using a config similar to below, the error: "Launch failed: No valid launch activity found in AndroidManifest.xml or launch.json".
Code was not checking for a valid amStartArgs. Modified to accept a non-zero-length array for amStartArgs.