我正在做一个应用程序,但突然我的应用程序停止了工作。之前所有应用程序都正常运行。但现在突然发生了。现在,当我尝试运行应用程序,它给我的错误:
" > Task :app:transformClassesWithDexBuilderForDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesWithDexBuilderForDebug'.
> com.android.build.api.transform.TransformException: com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:\Users\zains\.gradle\caches\transforms-1\files-1.1\firebase-analytics-impl-11.8.0.aar\5f122df5deada8f908914f5bd04e05ad\jars\classes.jar "
字符串
下面是截图:
的数据
的
有人能帮我一下吗?
1条答案
按热度按时间krcsximq1#
就这样做:
在主项目文件夹中,在终端类型中
第一个月
然后键入这个
./gradlew clean
个或者尝试这个,在项目文件夹中运行此代码
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
个然后呢
cd android && ./gradlew clean && cd .. && react-native run-android
个然后重新构建应用程序