1
我有一個工作正常的項目,直到我導入BaseGameUtils
庫項目以用於我的項目。我該如何使用Gradle構建BaseGameUtils
是否有可能繼續使用Gradle構建我的項目?我試過Google Play Game Services in LibGDX說明。儘管它們是用於IntelliJ的 - 我會認爲這些指令適用於Eclipse,但它們不適用。
我得到的錯誤是
A problem occurred configuring project ':android'.
Configuration with name 'default' not found.
這是從build.gradle
添加行compile project(":BaseGameUtils")
在我:android dependencies
。
但我希望能夠從Gradle命令行構建我的項目。我一直在關注該教程,但也有其他問題。 – Barodapride 2014-10-27 13:56:47
最好將grandgame包含在basegameutils庫中,因爲這樣你不必關心使用basegameutils庫所需的正確版本的Google Play服務庫 – 2015-12-10 17:29:02