React-native run-android需要花费太多时间

时间:2017-04-27 11:31:18

标签: android windows react-native

我在Windows上,并且我在2周后使用react-native。但现在,在我的设备上运行我的应用程序需要太多时间。

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'

此时似乎“冻结”了。超过25分钟后,它终于建成了!

有人有想法吗?谢谢 !

1 个答案:

答案 0 :(得分:2)

所以我终于找到了解决方案。

这是因为我的代理不在gradle.properties文件中!

systemProp.http.proxyHost=http://myproxy.proxy
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=http://myproxy.proxy
systemProp.https.proxyPort=8080