Creating a new Android Project in Terminal-IDE -
is there script or creates new android project in terminal ide on android? how r file updated new resources?
this might : http://developer.android.com/tools/projects/projects-cmdline.html
it create project can used...with ant.
maven has archetype system can create new android project : https://github.com/akquinet/android-archetypes
there doesn't seem gradle equivalent (yet).
Comments
Post a Comment