Open GoogleCodeExporter opened 9 years ago
Couple more:
* Console output doesn't have newlines, eg:
and push list←[0G←[Kexecuting mkdir
* I made the above changes to make it work on Windows, but get:
java.lang.NullPointerException
at java.io.File.<init>(File.java:305)
at vogar.HostFileCache.existsInCache(HostFileCache.java:65)
at vogar.Md5Cache.getFromCache(Md5Cache.java:43)
at vogar.android.AndroidSdk.dex(AndroidSdk.java:204)
at vogar.android.DeviceDalvikVm.dexAndPush(DeviceDalvikVm.java:80)
at vogar.android.DeviceDalvikVm.installRunner(DeviceDalvikVm.java:63)
at vogar.Mode.prepare(Mode.java:87)
at vogar.android.DeviceDalvikVm.prepare(DeviceDalvikVm.java:50)
at vogar.Driver.buildAndRun(Driver.java:114)
at vogar.Vogar.run(Vogar.java:532)
at vogar.Vogar.main(Vogar.java:541)
Original comment by mapbench...@gmail.com
on 28 Dec 2010 at 11:50
I'm happy to accept patches for Windows but I don't have access to a Windows
machine to test this on. Patch submitters must agree to the Google CLA (which
you can do online).
http://code.google.com/legal/individual-cla-v1.0.html
Original comment by limpbizkit
on 29 Dec 2010 at 5:44
Original issue reported on code.google.com by
mapbench...@gmail.com
on 28 Dec 2010 at 11:34