android update project -p ..., where ... is the path to the project in question.
On Mon, Nov 28, 2011 at 3:06 PM, Tobiah <[email protected]> wrote: > http://developer.android.com/resources/tutorials/hello-world.html > > The link with the text "Building and Running from the Command Line" > seems to be broken. I figured that someone who cares might be on > the list. > > I think it would be behind that link somewhere where I'd find > the answer to my question. I want to start building a project > that I started to build with Eclipse, from the command line. > > I use a script like this: > > > RELEASE_TYPE=debug > > > if [ $1x = releasex ]; then > RELEASE_TYPE=release > fi > > > if ant $RELEASE_TYPE; then > #adb shell pm uninstall -k org.tobiah.HelloOpenGLES10 > adb uninstall org.tobiah.HelloOpenGLES10 > adb -d install bin/HelloOpenGLES10-$RELEASE_TYPE.apk > adb shell am start -n > org.tobiah.HelloOpenGLES10/org.tobiah.HelloOpenGLES10.HelloOpenGLES10 > adb logcat HelloOpenGLES10:V *:E | grep -v > 'GpsConnectionService\|LightsService' > > fi > > > But I forgot how to initialize the environment so that I > get a build.xml. It think it's a simple command using ant > or adb or android or something. Appreciate a reminder. > > Thanks! > > Tobiah > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

