Cannot find Android SDK
I am trying to add different platforms from Android SDK to develop on. I navigate to my android-sdk/platforms directory, then I choose the desired platform. I get an error: "The selected directory is not a valid home for Android SDK."
What should I do?
Thank you,
Igor
请先登录再写评论。
The home path for an Android SDK is the installation root, not the directory of a specific platform. The platform is selected in the "Build target" combo box.
Ok, that makes sense. Thank you.