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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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