Giter VIP home page Giter VIP logo

Comments (9)

maitrungduc1410 avatar maitrungduc1410 commented on June 18, 2024

Hi please upgrade to version 2.0.5, It should be fine now.

I tried to build release project with RN 0.72, fine for both ios and android

from react-native-loader-kit.

iArchin avatar iArchin commented on June 18, 2024

I'm using RN 0.72.0 and I already using the latest version of the package which is 2.0.5 and I have the same problem:

`FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-loader-kit:verifyReleaseResources'.

A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
Android resource linking failed
ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:3: AAPT: error: resource android:color/system_neutral1_1000 not found.

 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:4: AAPT: error: resource android:color/system_neutral1_900 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:5: AAPT: error: resource android:color/system_neutral1_0 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:6: AAPT: error: resource android:color/system_neutral1_800 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:7: AAPT: error: resource android:color/system_neutral1_700 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:8: AAPT: error: resource android:color/system_neutral1_600 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:9: AAPT: error: resource android:color/system_neutral1_500 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:10: AAPT: error: resource android:color/system_neutral1_400 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:11: AAPT: error: resource android:color/system_neutral1_300 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:12: AAPT: error: resource android:color/system_neutral1_200 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:13: AAPT: error: resource android:color/system_neutral1_100 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:14: AAPT: error: resource android:color/system_neutral1_50 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:15: AAPT: error: resource android:color/system_neutral1_10 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:16: AAPT: error: resource android:color/system_neutral2_1000 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:17: AAPT: error: resource android:color/system_neutral2_900 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:18: AAPT: error: resource android:color/system_neutral2_0 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:19: AAPT: error: resource android:color/system_neutral2_800 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:20: AAPT: error: resource android:color/system_neutral2_700 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:21: AAPT: error: resource android:color/system_neutral2_600 not found.
     
 ERROR:/home/ash/Desktop/MarcoApp/node_modules/react-native-loader-kit/android/build/intermediates/merged_res/release/values-v31/values-v31.xml:22: AAPT: error: resource android:color/system_neutral2_500 not found.`

from react-native-loader-kit.

Ahmad-Elsayed avatar Ahmad-Elsayed commented on June 18, 2024

why was this closed? the issue still exists

from react-native-loader-kit.

maitrungduc1410 avatar maitrungduc1410 commented on June 18, 2024

@Ahmad-Elsayed okay let me check on it today and get back to you

from react-native-loader-kit.

maitrungduc1410 avatar maitrungduc1410 commented on June 18, 2024

Hi @iArchin @Ahmad-Elsayed on which command are you guys facing this issue?

Just now I tested with these commands, they're all fine:

npx react-native build-android --mode=release
npm run android -- --mode="release"

My env (MacOS M2):

"react": "18.2.0",
"react-native": "0.74.0",
"react-native-loader-kit": "^2.0.8"

from react-native-loader-kit.

maitrungduc1410 avatar maitrungduc1410 commented on June 18, 2024

maybe this can help you: yamill/react-native-orientation#396 (comment)

from react-native-loader-kit.

maitrungduc1410 avatar maitrungduc1410 commented on June 18, 2024

a folk just fixed it: #49

from react-native-loader-kit.

Ahmad-Elsayed avatar Ahmad-Elsayed commented on June 18, 2024

Thanks, I will try that.

from react-native-loader-kit.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.