How to avoid gradle dependency loading every time a native-native project is created?

I am working on a project for Android developers. Why do I use the command "response-native run-android" to create and execute an Android project.

But every time I use the above command, the reaction-native system loads the gradle component while it is already installed on my system. Had Cross checked that the installed version is the same as for installation via response-native-cli.

I would like to know if there is a way in which you can use an existing loaded gradle, rather than loading it?

Thanks for reading.

+8
android react-native-android
source share

No one has answered this question yet.

See related questions:

746
Error getting parent element for element: resource not found that matches the specified name after upgrading to AppCompat v23
401
Automatically accept all SDK licenses
317
You have not accepted the license agreements for the following SDK components
243
Unsupported method: BaseConfig.getApplicationIdSuffix ()
76
React native: Android project not found. Maybe launch a reactive android first?
one
How to start responding to a native Android project with a standalone Gradle?
one
Implementing firebase-nation is not possible in an existing project (response-native @ .54). Gradient build error
0
Error responding to native view when building Android
0
Gradient error in android build
0
React Native Navigation Error creating Android ,: app @ debug / compileClasspath ': failed to resolve project: response-native-navigation

All Articles