我有一个可以在手机上运行良好的Android应用程序。我试图在平板电脑上运行该应用程序。
我收到了这条消息 -
Instant Run does not support deploying build variants with multidex enabled,
to a target with API level 20 or below.To use Instant Run with a multidex
enabled build variant, deploy to a target with API level 21 or higher.
并在构建期间遇到此错误
Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.
com.android.build.api.transform.TransformException: java.util.zip.ZipException:
duplicate entry: android/support/v13/app/FragmentCompatICS.class
所以,我连接了手机,在手机上构建并运行应用程序。它工作正常。我知道Android Studio生成了apk文件。所以,我将apk文件复制到我的平板电脑并安装了它,但应用程序崩溃了对话框"不幸的是停止"。
导致此次崩溃的原因是什么?如何解决?