创建新项目时没有构建目标
我是一名 .NET 开发人员,我想通过 Java 进行移动开发。为此,我下载了 eclipse、SDK、Android SDK、ADT 插件和 Phone Gap,如该 URL 中所述。
http://www.phonegap.com/start/#android
对我来说一切都很成功。但是当我尝试创建新项目时,我出现在屏幕下方:
我的问题:
- 为什么我没有获得任何构建目标?我错过了什么吗?
- 包名是什么?
- 什么是创建活动?
如果您发现我的问题非常小或无用,我深表歉意,但作为初学者,这些对我来说非常重要
Edit1
Android SDK 安装
Edit2
当执行 Window > 时Android SDK 和 AVD 管理器
I am a .NET developer and I wanted to work on mobile development though Java. For this I have download eclipse, SDK, Android SDK, ADT plugin and Phone Gap as mentioned in this URL.
http://www.phonegap.com/start/#android
For me everything went successful. But when I am trying to create new project I am getting below Screen:
My Questions:
- Why I am not getting any build target? Am I missing something?
- What is Package Name ?
- What is create Activity?
I apologize if you find my questions very small or useless but as a beginner these are very important for me
Edit1
Android SDK Installation
Edit2
When doing Window > Android SDk and AVD Manager
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要安装Android SDK并安装Android平台包。请参阅此指南安装 SDK:http://developer.android.com/sdk/installing。 html
如果您已经安装了 SDK,那么您需要按照该指南中的步骤 4 来安装平台。
回复:编辑上面的#2,转到 Eclipse 窗口-> 首选项并配置您的 Android SDK 以指向您的 SDK 文件夹,从屏幕截图来看,类似于 d:\program files\android\android-sdk\
You need to install the Android SDK and install an Android platform package. See this guide to installing the SDK: http://developer.android.com/sdk/installing.html
If you have already installed the SDK then you need to follow step 4 from that guide to install a platform.
Re: Edit #2 above, go to Eclipse Window->Preferences and configure your Android SDK to point to your SDK folder, looks like d:\program files\android\android-sdk\ from your screenshot
包名称是您要创建的起始文件夹结构。
创建活动在包中为您创建一个初始活动类
Package name is your starting folder structure to create.
Create Activity creates an initial activity class for you within your package