eclipse,新的android应用项目,“next button";在需要项目名称的部分中被禁用

2022-01-16 00:00:00 android eclipse-plugin eclipse adt

我想开始为 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!

相关文章