【发布时间】:2018-03-27 13:41:14
【问题描述】:
我正在开发一个 Firebase Android 项目。当我尝试从 Android Studio 运行应用程序时,它显示错误。
Error:Execution failed for task ':app:transformDexArchiveWithDexMergerForDebug'.
> com.android.build.api.transform.TransformException: java.io.IOException: EOCD signature not found in the last 22 bytes of the file.
实际上,我无法弄清楚这个问题是什么以及为什么会出现。 有没有人可以帮帮我?
【问题讨论】:
-
好的。我找到了解决方案。启用multidex支持后,应用程序运行正常。 developer.android.com/studio/build/multidex.html
标签: android android-studio firebase