Error building android app with react native+expo “Task :expo-modules-core:configureCMakeDebug[arm64-v8a] FAILED”
I’ve been trying to create a simple login with react native in android, but gradle fails to compile the basic project that comes with expo. I need to test this on emulator for the Firebase login/singin configuration, and the compiling is essencial to build the app.
Error “Unresolved reference: serviceOf” updating gradle
I’m trying to update gradle in my expo react native app and to do so I executed “./gradlew wrapper –gradle-version 8.9” in the android level. But when I see the logs of the update, it appears this erros:
AAPT2 process unexpectedly exit. Error output: aapt2 W 07-25 11:01:48 4839 56976 LoadedArsc.cpp:657] Unknown chunk type ‘200’
Facing issue while upgrading targetSdkVersion from 33 to 34
Different Versions mentioned below:
“react-native”: “0.66.3”
Default React Native App not building(Android)
I have been trying to setup a new react-native project from the reactnative.dev website for the past 8 hrs. I have setup the environment is instructed but the app is not building. Here are some details:
Execution failed for task ‘:app:checkDebugDuplicateClasses’ react native
At the moment I tried to compile my app the following issue runs, I add a new component for other team to my project and It looks like that use a repated group as mine, how can I handle it?
How to resolve ‘:app ‘ execution failure due to ‘androidx.core:core:1.15.0-alpha01’ dependency?
I’m encountering an issue when building my Android project. The build fails with the following error:
React Native android app crashes in release build when minifyEnabled is set to true
In my app level build.gradle file I have enabled minification
ReactNative android
In the ReactNative project, I deleted the Android folder and copied another Android project that could run normally. Gradle compilation kept reporting errors