android build fixes

This commit is contained in:
zzz
2011-06-02 13:24:47 +00:00
parent 8a56531c90
commit 6d938a12f6
8 changed files with 127 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ public class I2PAndroid extends Activity
{
System.err.println("onStart called");
super.onStart();
// net.i2p.crypto.DSAEngine.main(null);
RouterLaunch.main(null);
System.err.println("Router.main finished");
}