I've just installed the latest Android tools, platform tools and platform. If I try to run monkeyrunner in a terminal I get the following exception:
Exception in thread "main" java.lang.NoClassDefFoundError: com/android/chimpchat/ChimpChat at com.android.monkeyrunner.MonkeyRunnerStarter.<init>(MonkeyRunnerStarter.java:60) at com.android.monkeyrunner.MonkeyRunnerStarter.main(MonkeyRunnerStarter.java:188) Caused by: java.lang.ClassNotFoundException: com.android.chimpchat.ChimpChat at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at sun.misc.Launcher$ExtClassLoader.findClass(Launcher.java:229) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ... 2 more Does anyone know how to fix this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en