android - 为什么这个项目的gradle无法联网?
大家讲道理
大家讲道理 2017-04-17 17:19:01
0
4
797
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(4)
小葫芦

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.

阿神

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" />

左手右手慢动作

For network permission issues, you can try the method above.

迷茫

gradle联网?第一次听到这种说法,gradle跟联网没有关系。如果是应用存在网络请求操作,则要在AndroidManifest.xml中添加权限<uses-permission android:name="android.permission.INTERNET" />

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template