mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2026-02-06 16:05:07 +00:00
Remove ADB dependency #150
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 @adelphes on 1/27/2017
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.