Running connectedAndroidTest at the end of my build for any device that is not API level 21 or higher is not supported? I have a multi-apk application and the new unit tests run just fine but the integration test are now broken.
Sorry if this has already been reported. I searched through the forums and did not see any other posts. Has anyone else had this issue? :app:connectedAndroidTest Unable to install /mypath/app/build/outputs/apk/app-debug-androidTest- unaligned.apk com.android.ddmlib.InstallException: This multi-apk application requires a device with API level 21+ at com.android.ddmlib.Device.installPackages(Device.java:862) at com.android.builder.testing.ConnectedDevice.installPackages( ConnectedDevice.java:105) at com.android.builder.internal.testing.SimpleTestCallable.call( SimpleTestCallable.java:132) at com.android.builder.internal.testing.SimpleTestCallable.call( SimpleTestCallable.java:48) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor. java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. java:615) at java.lang.Thread.run(Thread.java:745) -- You received this message because you are subscribed to the Google Groups "adt-dev" 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/d/optout.
