谁还没个明天 2015-12-18 10:16 采纳率: 66.7%
浏览 1248

安卓工作室:"请选择 Android SDK"

After a successfull import of an Eclipse-Android-Project into "Android Studio 1.4" i get the error "Please select Android SDK" when I click on the button to run the application in simulator.

But I can't find any way of doing that.

This dialog opens up when i click on "run":

This dialog opens up when i click on "run"

This is the "project structure" dialog:

enter image description here

What should I do now?

转载于:https://stackoverflow.com/questions/34353220/android-studio-please-select-android-sdk

  • 写回答

30条回答 默认 最新

  • 7*4 2015-12-19 12:11
    关注

    The comment from @Nisarg helped: "set latest version in Compile Sdk Version"

    I changed from API 8 to API 23 and the error message disappeared.

    评论

报告相同问题?