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";在需要项目名称的部分中被禁用
基础教程推荐
- 从 python 访问 JVM 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 多个组件的复杂布局 2022-01-01
- Java Swing计时器未清除 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
