我正在嘗試向Intellij中的應用程序添加一些單元測試。由於我的應用程序使用Google Maps,因此我的Build Target設置爲「Google API(2.1)」。我的項目編譯和運行良好,但是當我試圖創建一個使用任何的IntelliJ的內置工具或命令行工具的測試中,我得到這個錯誤:嘗試在使用Google API時在Android中創建測試時出錯
Found main project package: com.project
Found main project activity: .mainActivity
Error: Unable to resolve main project target 'Google Inc.\:Google APIs\:7'. You may want to install the platform in your SDK.
任何想法?
嗨,面臨同樣的問題:當爲簡單的android項目創建junit時 - 這個想法說的是相同的(僅適用於8 api)。如果命令行工具修復了問題並恢復了編輯的project.properties - 爲什麼你應該手動編輯它們? – yetanothercoder 2012-05-19 12:57:11