Closed randallrvr closed 9 months ago
I've tried moving my source files to "${workspaceFolder}/app/src/main/", but the result is the same.
What language is the app is coded in?
If it's native c/cpp files, it's not going to work. The extension uses the Java (JDWP) debugger on the client device, so only Java and Kotlin source files are supported.
That makes sense then, this is all c/c++ using the native_app_glue.
I'm following a somewhat unorthodox model to create my apks similar to https://github.com/cnlohr/rawdrawandroid, in which I've scripted the compilation, packaging, signing, zipaligning... etc. which works, but I'm currently not able to hit breakpoints in my src code.
I'm pointing "appSrcRoot" to the correct folder where my source code lives, but I wouldn't call it the "app source tree", and its not where AndroidManifest.xml lives. I am pointing to the "manifestFile" explicitly.
I'm unclear on what exactly the extension requires, do I need to adopt a more conventional file structure?
Current output:
My 'launch.json' config