mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Warning: No source files found. Check the "appSrcRoot" setting in launch.json #14
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 @randallrvr on 2/8/2024
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