cgdecker / vogar

Automatically exported from code.google.com/p/vogar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vogar doesn't work with emulator?

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. export ANDROID_SERIAL=emulator-5554
2. vogar /tmp/test/tz.java

What is the expected output?
my test

What do you see instead?
Exceeded 30 attempts to connect to localhost:8787
    Dalvik VM unable to locate class 'vogar/target/TestRunner'
    java.lang.NoClassDefFoundError: vogar.target.TestRunner
        at dalvik.system.NativeStart.main(Native Method)
    Caused by: java.lang.ClassNotFoundException: vogar.target.TestRunner in 
loader dalvik.system.PathClassLoader@4001b820
        at 
dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
        ... 1 more


Please use labels and text to provide additional information.

Original issue reported on code.google.com by e...@google.com on 5 Jun 2010 at 12:19

  • Merged into: #26

Original comment by jessewil...@google.com on 17 Jun 2010 at 9:19

it turns out that my problem was that my sd card was full. if i'd been able to 
see native output, i'd have known this. so i guess this is a duplicate of issue 
26.

Original comment by e...@google.com on 7 Jul 2010 at 10:18

  • Changed state: Duplicate