将 libgdx 项目导入 Eclipse 时出现 Gradle 错误
Posted
技术标签:
【中文标题】将 libgdx 项目导入 Eclipse 时出现 Gradle 错误【英文标题】:When importing libgdx project to eclipse I get Gradle error 【发布时间】:2019-04-10 00:11:32 【问题描述】:每当我尝试将我的 LIBGDX 项目导入我刚刚创建的 eclipse 时,我都会从 eclipse 中收到此错误:
The error was really long so I made a pastebin 第一个错误:
Synchronize Gradle projects with workspace failed due to an error in the referenced Gradle build.
Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-4.6-bin.zip'.
A problem occurred configuring root project 'Endro'.
Could not resolve all artifacts for configuration ':classpath'.
Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1).
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar
org.gradle.tooling.BuildException: Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-4.6-bin.zip'.
我是这个编程领域的新手,我不知道如何解决这些问题。任何帮助表示赞赏!
【问题讨论】:
【参考方案1】:经过更多搜索,我在堆栈跟踪中发现了这个错误:
找不到 aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1)。
并在此处找到了一个带有解决问题的答案的帖子:
Android CI build: Could not find aapt2-proto.jar
【讨论】:
以上是关于将 libgdx 项目导入 Eclipse 时出现 Gradle 错误的主要内容,如果未能解决你的问题,请参考以下文章
将 Android 项目导入 Eclipse 时出现一堆错误,新手
eclipse导入项目时出现小红叉,但项目内容没有报其他错误。
用MyEclipse导入JSP项目包时出现这样的红叉,怎么解决
尝试使用 LibGDX 登录 GooglePlay 游戏服务时出现“signInSilently(): failure”