android-mode
android-mode copied to clipboard
`create project` is no longer a valid command
Looking at the newest Android 26 sdk installed on my system, it looks like create
is no longer a valid option for the android
program installed. Furthermore, it appears the android
program is now deprecated.
The official documentation states:
This tool is no longer supported. Instead use Android Studio to create AVDs and create projects, or use sdkmanager to view and install SDK packages from the command line.
https://developer.android.com/studio/tools/help/android.html
Is there a plan to change android-mode
given the depracated state of some of the tools?
No plan yet. I'm not working on android projects at the moment (or in the foreseeable future), so I am hoping for a PR or, even better, a collaborator to keep this thing moving.