2009-03-10 05:20:48 +00:00
|
|
|
#Unzip the android SDK in ../../
|
|
|
|
#So then the android tools will be in ../../android-sdk-linux_x86-1.1_r1/tools/
|
|
|
|
|
|
|
|
#then build the android apk file:
|
|
|
|
ant
|
|
|
|
|
|
|
|
#then run the emulator:
|
|
|
|
../../android-sdk-linux_x86-1.1_r1/tools/emulator &
|
|
|
|
|
|
|
|
#then wait a couple minutes until the emulator is up
|
|
|
|
#then install the I2P app
|
|
|
|
ant install
|
|
|
|
|
|
|
|
#then run the debugger
|
2009-03-10 22:30:33 +00:00
|
|
|
../../android-sdk-linux_x86-1.1_r1/tools/ddms &
|
2009-03-10 05:20:48 +00:00
|
|
|
|
|
|
|
#to rebuild and reinstall to emulator:
|
|
|
|
ant reinstall
|