高洛峰2017-04-17 17:21:01
Look at gradle.properties in the project to see if proxy is set in it. It may be that the proxy is set up, so the network cannot be accessed.
阿神2017-04-17 17:21:01
gradle internet connection? This is the first time I heard this statement. Gradle has nothing to do with networking. If the application has a network request operation, add permissions in AndroidManifest.xml <uses-permission android:name="android.permission.INTERNET" />
迷茫2017-04-17 17:21:01
gradle
联网?第一次听到这种说法,gradle
跟联网没有关系。如果是应用存在网络请求操作,则要在AndroidManifest.xml
中添加权限<uses-permission android:name="android.permission.INTERNET" />