1

when setting up the the notepad exercise (http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html) i am having problems getting past step 1 point 4. for build target it says no target available.

could someone offer any help please?

alt text

alt text

4

4 回答 4

2

可能是一个愚蠢的问题,但是您是否下载了 SDK 并使用 ADT 设置了 Eclipse?您是否能够构建 HelloWorld 程序?

于 2011-01-19T19:14:09.560 回答
2

您需要在 Eclipse->Android 首选项中设置您的 Android SDK 位置。

Eclipse->Window->Preferences->Android->SDK Location

于 2011-09-27T15:03:21.357 回答
1

您需要将至少一个“必要的 SDK 组件”下载到您的开发环境中:

http://developer.android.com/sdk/installing.html

Android SDK 和 AVD 管理器下载“SDK Platform Android”1.* 或 2.*之一(位于左侧的工具栏 - 有一个带有向下箭头的 Android 小人的图片)。一旦您安装了其中一个平台,您将在列表中找到一个可用的构建目标。我会继续下载您在“可用”下看到的任何可用 SDK。

于 2011-01-19T19:51:59.857 回答
0

没有其他答案对我有用。所以这里是我最后的解决方案的简短集合。

清单

于 2013-04-10T14:10:20.153 回答