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