oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.35k stars 2.12k forks source link

Execution failed for task ':app:compressDebugAssets'. #1306

Closed oleg-moseyko closed 1 year ago

oleg-moseyko commented 3 years ago

$ react-native info info Fetching system and libraries information... (node:62723) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) System: OS: macOS 11.0.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 78.13 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 14.11.0 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.8 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.9.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 14.3, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2 Android SDK: API Levels: 23, 27, 28, 29, 30 Build Tools: 27.0.3, 28.0.3, 29.0.2, 30.0.1, 30.0.2, 30.0.3 System Images: android-28 | China version of Wear OS Intel x86 Atom, android-29 | Intel x86 Atom, android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom_64 Android NDK: Not Found IDEs: Android Studio: 4.1 AI-201.8743.12.41.6858069 Xcode: 12.3/12C33 - /usr/bin/xcodebuild Languages: Java: 15.0.1 - /usr/bin/javac Python: 2.7.13 - /Applications/MAMP/Library/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.11.0 => 16.11.0 react-native: 0.62.0 => 0.62.0 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Description

FAILURE: Build failed with an exception.

flogy commented 3 years ago

Happened for me as well after migrating from react-native 0.63.4 to 0.64.0. Was able to solve it by running rm -rf android/app/build and rebuilding the project, as described in the troubleshooting section.

MananDesai54 commented 3 years ago

@flogy thanks man you saved me

imran1992 commented 3 years ago

Yeah @flogy thanks for saving my day...

masrurimz commented 3 years ago

Happened for me as well after migrating from react-native 0.63.4 to 0.64.0. Was able to solve it by running rm -rf android/app/build and rebuilding the project, as described in the troubleshooting section.

Thanks bro. Anyone please mark this as answer

maheenriaz commented 3 years ago

rm -rf android/app/build

IT WORKSSSSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

19neloyk commented 3 years ago

It worked for me and I had a completely different issue––thank you!

gaurav0044 commented 3 years ago

Happened for me as well after migrating from react-native 0.63.4 to 0.64.0. Was able to solve it by running rm -rf android/app/build and rebuilding the project, as described in the troubleshooting section.

or you can also do " clean project " from android studio.

SaiRohith145 commented 2 years ago

@flogy It worked for me - thank you.

yansena commented 2 years ago

@flogy thk you, thats work

russelRajitha commented 1 year ago

Happened for me as well after migrating from react-native 0.63.4 to 0.64.0. Was able to solve it by running rm -rf android/app/build and rebuilding the project, as described in the troubleshooting section.

you saved my day