Hello,

Is it possible to test several Android projects by having only one
test project?
I've tried various ways like specifying several instrumentation tags:

    <instrumentation android:targetPackage="com.test1.test11"
android:name="android.test.InstrumentationTestRunner" />
    <instrumentation android:targetPackage="com.test1.test12"
android:name="android.test.InstrumentationTestRunner" />

or played with the packages but finally I got only tests for one
application working correctly, tests for the other applications are
giving java.lang.VerifyError.

All of the applications are signed with the same key.

Does anyone know if it is possible?

-- 
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

Reply via email to