Files
i2p.i2p/android
zzz b8f22bf3bf - Add FileStreamFactory and I2PFile to deal with the problems from
the code CWD is / but the only writable directory is
  /data/data/net.i2p.router/files/ - still a ton of places to be
  fixed, will be fixed up as things get working
- Load some config files from resources at startup
- Fix up logging
- Add reseed capability, by copying some code over from routerconsole
- Deal with conflicting bouncycastle libs
2009-03-13 18:56:16 +00:00
..
2009-03-10 22:30:33 +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
../../android-sdk-linux_x86-1.1_r1/tools/ddms &

#to rebuild and reinstall to emulator:
ant reinstall