2
我使用AndEngine和Box2D的插件播放約與Android Studio和我似乎無法得到它的編譯。我附上了一些我相信是相關設置和信息的照片。Android Studio中(的IntelliJ)編譯錯誤
這個應用程序/遊戲並編譯Eclipse和我可以編譯Android Studio中的項目無依賴性/庫,但包括他們在我的項目的時候我來運行它會導致此問題。
任何人都可以幫忙嗎?
錯誤消息:
Gradle:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':GTest:compileDebug'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
謝謝 - 其實我已經得到了使用另一種方法(在某種程度上)這方面的工作。我將Eclipse中的庫編譯爲.jar,然後將它們添加到項目以及gradle構建文件中。這個編譯成功,但實際上並沒有在Android設備上出現錯誤(在eclipse上正常工作),所以我會嘗試你的方法。 – trvo
更新:仍然沒有運氣你的建議,我得到完全相同的錯誤... – trvo
@trvo你試圖重新建立自己的proyect?如果沒有,在intellij中,'Build - > Rebuild Proyect' –