I'm on Windows and i'm working with react-native since 2 weeks. But now, it takes too much time to run my application on my devices.
Scanning 835 folders for symlinks in D:\workspace\react-
native\MonCompte\node_modules (31ms)
Starting JS server...
Building and installing the app on the device (cd android && gradlew.bat
installDebug)...
> Configuring > 3/5 projects > Resolving dependencies ':app:_debugApk' >
Resolving dependencies ':react-native-vector-icons:_releaseCompile'
It seems to "freeze" at this point. After more than 25 minutes it finally builds !
Is someone have an idea please? Thanks !
So I finally found a solution.
It was because my proxy wasn't in the gradle.properties file !
systemProp.http.proxyHost=http://myproxy.proxy
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=http://myproxy.proxy
systemProp.https.proxyPort=8080
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With