创建新项目时没有构建目标

发布于 2024-11-05 03:10:05 字数 717 浏览 0 评论 0原文

我是一名 .NET 开发人员,我想通过 Java 进行移动开发。为此,我下载了 eclipse、SDK、Android SDK、ADT 插件和 Phone Gap,如该 URL 中所述。

http://www.phonegap.com/start/#android

对我来说一切都很成功。但是当我尝试创建新项目时,我出现在屏幕下方: Pic

我的问题:

  1. 为什么我没有获得任何构建目标?我错过了什么吗?
  2. 包名是什么?
  3. 什么是创建活动?

如果您发现我的问题非常小或无用,我深表歉意,但作为初学者,这些对我来说非常重要

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:
Pic

My Questions:

  1. Why I am not getting any build target? Am I missing something?
  2. What is Package Name ?
  3. 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 Installationenter image description here

Edit2

When doing Window > Android SDk and AVD Managerenter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧梦荧光笔 2024-11-12 03:10:05

您需要安装Android SDK并安装Android平台包。请参阅此指南安装 SDK:http://developer.android.com/sdk/installing。 html

如果您已经安装了 SDK,那么您需要按照该指南中的步骤 4 来安装平台。

  1. 在 Eclipse 中,选择 Window > Android SDK 和 AVD 管理器。
  2. 选择一个平台 - 即 2.2、2.3 等:

android-sdk-manager

回复:编辑上面的#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.

  1. From within Eclipse, select Window > Android SDK and AVD Manager.
  2. Choose a platform - ie 2.2, 2.3 etc:

android-sdk-manager

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

顾冷 2024-11-12 03:10:05

包名称是您要创建的起始文件夹结构。

创建活动在包中为您创建一个初始活动类

Package name is your starting folder structure to create.

Create Activity creates an initial activity class for you within your package

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文