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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -