我正尝试在设备上运行我的应用程序,但它显示以下错误
* What went wrong:
Execution failed for task ':app:fabricGenerateResourcesDebug'.当im使用firebase原生插件时,会显示此错误。
发布于 2019-06-27 19:49:06
发布于 2019-06-27 19:50:07
可能的重复项:https://stackoverflow.com/a/49548906/10585097
提到的解决方案:将platform/android文件夹下project.properties文件中的com.android.support:support-v4:+替换为com.android.support:support-v4:27.1.0
https://stackoverflow.com/questions/56790250
复制相似问题