2013-07-06 20 views
2

我花了一些時間來做iOS開發,但我是Android開發的新手。我使用IntelliJ作爲我的IDE用於Java項目,並且非常想用它來深入Android開發。目前爲止的步驟:在OSX上使用Android平臺4.2.2的IntelliJ 12.1.4編譯錯誤:Android SDK解析不正確

  • 安裝了Android SDK並下載了4.2.2平臺和工具。
  • 在IntelliJ中選擇Android應用程序模塊類型創建新項目。
  • 指出模塊設置使用4.2.2 Android SDK和Java 1.6。
  • 試圖運行由IntelliJ構建的默認運行配置。

我得到以下編譯錯誤:

Information: Compilation completed with 2 errors and 0 warnings in 1 sec 
Information: 2 errors 
Information: 0 warnings 
Error: Android Source Generator: Android SDK is parsed incorrectly. Parsing log: 
Error parsing the sdk. 
Error: Android Source Generator: [untitled2] Android SDK is invalid or not specified 

回答

0

我還沒有碰到這樣還,但在模塊設置對話框我會檢查以下內容:

  • 項目簡介:項目SDK
  • 模塊:適用於所有模塊:模塊SDK。它通常設置爲「項目SDK」。

我還設置了環境變量ANDROID_HOME。

如果仍然失敗,我想指出你I can't get IntelliJ to recognise my Android SDK

+0

我驗證了指向我的Android SDK的項目SDK和模塊SDK。我設置了ANDROID_HOME。我添加了Android工具到我的PATH。 IntelliJ仍然是同樣的錯誤。所以,我下載了基於IntelliJ的Android Studio,現在我正在使用它。感謝您的建議。 –

相關問題