android updated project been removed in SDK tools 26.0.1
Do not use Ant. It is no longer properly maintained. For now, just use the Android Studio GUI and create Gradle projects manually.
android update project was finally removed in the SDK 26.0.1 tools after a long period of aging and did not pass, for example, wth:
The "android" command is deprecated. For manual SDK, AVD, and project management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager ************************************************************************* Invalid or unsupported command "update project -p ./bloom -t android-23"
So now I do not know how to create a project from the CLI without Android Studio. The best workaround so far I had to create a template project using Android studio, and he copied it with a helper script, as described in: How to create an android project using Gradle from the command line?
Also, I was not able to easily import the existing Ant project into Gradle: Running Ant Build on Android Studio , so I'm just copying the sources around for now.
Up to 26.0.1
When starting a new project, you can use:
android create project \
which automatically creates build.xml .
These demo projects contain only gradlew files. I want Google to be able to use only one of Ant or Gradle for everything.
Ciro Santilli 华 涌 低端 人口 六四 事件 法轮功 Jan 22 '16 at 20:33 2016-01-22 20:33
source share