android-dev-ext
android-dev-ext copied to clipboard
Remove ADB dependency
The only mandatory requirement for the debugger is the ADB service, present in the Android SDK Platform Tools. This could be replaced with an internal version meaning the Android SDK would not be required.
Note that until we build it ourselves, gradle or some other tools are still a required dependency to build the app.