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";在需要项目名称的部分中被禁用
基础教程推荐
- Struts2 URL 无法访问 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
