mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2026-02-06 16:05:07 +00:00
Support for multiple directories on "appSrcRoot" #59
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 @juanrh on 9/3/2020
Hi,
I'm working on a big project that has several modules, each one with its AndroidManifest.xml and its own source code directory. I've been able to launch the app with this extension, and I see the threads running and so, but I can only set checkpoints for files under appSrcRoot/src. Also, appSrcRoot needs to be a folder with a file AndroidManfest.xml that contains an activity that can be used as entry point. Is there a way to specify a list of directories for
appSrcRoot? Can you point out how to implement that otherwise?Thanks a lot for this extension!