views:

234

answers:

1

We are able to run instrumentation tests of Android from the command line on Windows by launching:

adb shell 
am instrument -w <package.test>/android.test.InstrumentationTestRunner

This gives us good results.

Using the same architecture, we are unable to run the same in Kubuntu. We have the same setup in Kubuntu.

  1. Can someone let us know, if there are packages with same name.. Then what package will the adb shell point?
  2. How will the emulator connect with adb shell from cmd line?
  3. DO we need to do any changes to do so in Kubuntu ?
A: 
Christopher