joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

Android Build failed with an exception ':rn-fetch-blob:verifyReleaseResources' #821

Open khalifathul opened 1 year ago

khalifathul commented 1 year ago

Hi !

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2m 25s

AliBaseghiVirtudev commented 1 year ago

Hi I have the same Issue: using "rn-fetch-blob": "^0.12.0" build using gradlew assembleRelease failed with:

ali5049 commented 1 year ago

cd android && ./gradlew app:assembleRelease worked for me

AliBaseghiVirtudev commented 1 year ago

jcenter gradle repository has been down. this workaround worked for me

https://github.com/joltup/rn-fetch-blob/issues/820#issuecomment-1296310940

khalifathul commented 1 year ago

when I tried to take release build in Android studio worked for me! I don't know why the build error came while using 'gradlew assembleRelease'

khalifathul commented 1 year ago

cd android && ./gradlew app:assembleRelease worked for me

not worked for me

iamnsharma commented 1 year ago

cd android && ./gradlew app:assembleRelease

thanks man worked for me.

hamza157kashif commented 5 months ago

getting this error

Android gradle plugin: 8.2.0 Gradle: 8.2

FAILURE: Build failed with an exception.