我正在尝试在 Android Studio 中构建这个项目https://github.com/deeplearning4j/dl4j-examples/tree/master/android/DL4JIrisClassifierDemo,我得到:
> Could not resolve com.android.tools.build:gradle:3.0.1.
> Could not get resource 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom'.
> Could not GET 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom'.
> Connect to 127.0.0.1:8118 [/127.0.0.1] failed: Connection refused: connect
我已经尝试了此问题中评论中的所有选项Gradle sync failed: Connection denied并且我似乎无法让它工作......我不知道问题是什么,我什至禁用了我的防病毒和防火墙,并且我还是明白了Connect to 127.0.0.1:8118 [/127.0.0.1] failed
。Internet 选项--> 连接--> LAN 设置不显示任何代理,另外在 Android Studio 中,HTTP 代理设置设置为“无代理”,所以我真的不知道还有什么可以考虑作为这个选项工作。请给我您对此的见解/想法/经验...
我使用 Android Studio 3.3.2。