State of Android Dev in SDK

Hey guys,

It’s been awhile since I’ve been on and I’m wondering what’s the status of Android Development using the SDK?

I’ve tried to repeat my previous process to creating an Android application but it doesn’t seem to work.

I get the message:

**************************************************************************
The "android" command is deprecated.
For manual SDK, AVD, and project management, please use Android Studio.
For command-line tools, use tools\bin\sdkmanager.bat
and tools\bin\avdmanager.bat
**************************************************************************
Invalid or unsupported command "create project --target  --name MyGame --path 
C:\Users\Bob\Documents\ManiacMaze\mobile --activity MainActivity --package 
com.bigbawb.maniacmaze"
Supported commands are:
android list target
android list avd
android list device
android create avd
android move avd
android delete avd
android list sdk
android update sdk
Cannot find mobile/src/com/bigbawb/maniacmaze/MainActivity.java

Is there a quick way to get an Android project up and running inside the SDK?

Take a look here.

1 Like