Hi, I am using uiautomator for Ui testing, in my application i have to connect to redis for that i am using some dependency(jedis.jar) jar.
I can see all the jar in my sample jar file even i have pushed the jar file to my emulator but when i am executing the test i am getting java.lang.NoClassDefFoundError: redis.clients.jedis.JedisPoolConfig at com.bsb.test.Acceptbutton.testDemo(Acceptbutton.java:105) at java.lang.reflect.Method.invokeNative(Native Method) at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:124) at com.android.uiautomator.testrunner.UiAutomatorTestRunner.run(UiAutomatorTestRunner.java:85) at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:76) at com.android.commands.uiautomator.Launcher.main(Launcher.java:83) at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235) at dalvik.system.NativeStart.main(Native Method) Could you please help me with the solution? Thanks, Anuj -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

