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