Answers for "Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0."

0

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

cd android && ./gradlew clean && ./gradlew :app:bundleRelease
Posted by: Guest on August-16-2021
0

react native run android shows deprecated items

##First, try 
> npx react-native run-android warning-mode=all
##if that doesn't work try to clean gradle, from your project directory 
> cd android
#then run 
> gradlew clean
#after clean gradle the run 
> cd.. 
#and run 
> npx react-native run-android
Posted by: Guest on December-06-2020

Code answers related to "Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0."

Browse Popular Code Answers by Language