2015-06-12 220 views
1

我想在Android Studio中1.2.1.1編譯項目,並得到以下錯誤:Maven項目配置模塊

Error:Maven Resources Compiler: Maven project configuration required for module 'slidingmenu' isn't available. Compilation of Maven projects is supported only if external build is started from an IDE. 

我無法找到關於此錯誤的互聯網任何信息。我如何解決它?

+0

您的項目中是否存在pom.xml文件? Maven需要一個pom.xml來運行(項目對象模型)。大多數Maven命令只能在包含此文件的目錄中運行。 – wemu

回答

0

我有兩個應用程序的git分支:一個分支使用gradle,另一個分支使用maven和ant。我用gradle檢查了分支,然後切換了另一個分支,然後發生這個錯誤。解決方案是將maven + ant分支結帳到一個空文件夾中。