eclipse, new android application project, quot;next buttonquot; is disabled in section that wants the project name(eclipse,新的android应用项目,“next button;在需要项目名称的部分中被禁用)
问题描述
我想开始为 android 编程所以我下载了 Eclipse 并在上面安装了 ADT 插件并下载了 Android SDK现在,当我想在文件->新建-> Android 应用程序项目"中创建一个新的 android 项目时,它会将我引导到一个需要应用程序名称"的页面 &项目名称"等,所以我填写了这样的字段:
I want to start programming for android so I downloaded Eclipse and installed ADT Plugin on it and downloaded the Android SDK Now when I want to create a new android project in "File->New->Android Application Project" it directs me to a page that wants "Application name" & "Project name" etc. so I filled the fields like this:
应用名称:你好
项目名称:你好
包名:test.example.hello
Package name: test.example.hello
所需的最低 SDK:API8:Android 2.2(Froyo)
Minimum required SDK: API8: Android 2.2(Froyo)
目标 SDK:API16:Android 4.1(Jelly Bean)
Target SDK: API16: Android 4.1(Jelly Bean)
编译:
主题:无
但是下一步"按钮被禁用了!在页面顶部它说:包名称不能以点开头或结尾"主题场附近有一个红色的小东西(十字架)所以我不能创建一个新项目我该怎么办?
But the "Next" button is disabled! in the top of the page it says: " A package name cannot start or end with a dot" and there is a tiny red thing(cross) near the theme field so I cannot create a new project what should I do ?
推荐答案
问题是我的电脑没有安装SDK Platform
,所以我打开Window>Android SDK Manager
然后点击SDK Platform
再点击Install 1 package
,问题就解决了!
The problem was that The SDK Platform
was not installed on my computer, so I opened Window>Android SDK Manager
and then clicked on SDK Platform
and then clicked Install 1 package
and then the problem was solved!
这篇关于eclipse,新的android应用项目,“next button";在需要项目名称的部分中被禁用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:eclipse,新的android应用项目,“next button";在需要项目名称的部分中被禁用
基础教程推荐
- Java:带有char数组的println给出乱码 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 降序排序:Java Map 2022-01-01