无法创建新的Android工作室项目?

时间:2021-05-12 10:47:23

I am new in Android and I installed Android Studio in my 2 PC. The other one is in office and the the other is on my own personal laptop. In PC version when creating a new Android Studio Project there will be a portion that you can select what template to use. And after the creation of template there will be some sort of phone image in the middle and there are some widgets in the right side which you can drag and drop. So I have no issue there. But in my PC. When I create new project File > New > Project There's no template selection and when I proceed there's only a blank space and in my navigator I have this folder structure:

我是Android的新手,我在我的2台PC上安装了Android Studio。另一个在办公室,另一个在我自己的个人笔记本电脑上。在PC版本中,当创建新的Android Studio项目时,将有一部分可以选择要使用的模板。在创建模板后,中间会出现某种手机图像,右侧有一些小部件可以拖放。所以我没有问题。但在我的电脑里。当我创建新项目文件>新建>项目时没有模板选择,当我继续时,只有一个空格,在我的导航器中我有这个文件夹结构:

untitled3
 - .idea
   - copyright
     - profiles_settings.xml
     - .name
     - compiler.xml
     - misc.xml
     - modules.xml
     - vcs.xml
     - workspace.xml
  - src
     - untitled3.iml
- external libraries

I can't see where is the design tab go. Can you help me with this?

我看不出设计标签在哪里。你能帮帮我吗?

1 个解决方案

#1


无法创建新的Android工作室项目?

It is android studio configuration problem with missing files structure.

这是android studio配置问题,缺少文件结构。

First, you have to uninstall this version and you have to follow these steps which are mentioned below:

首先,您必须卸载此版本,您必须按照下面提到的步骤操作:

  1. Download upgraded version of android studio from https://developer.android.com/sdk/index.html.
  2. 从https://developer.android.com/sdk/index.html下载android studio的升级版本。

  3. Reinstall android studio with upgraded version of android sdk with removal of previous version.
  4. 重新安装Android工作室与升级版本的Android sdk删除以前的版本。

  5. Reintall upgraded ADT version.
  6. Reintall升级了ADT版本。

  7. Run executable file C:\Android Studio\bin\studio or C:\Android Studio\bin\studio64.
  8. 运行可执行文件C:\ Android Studio \ bin \ studio或C:\ Android Studio \ bin \ studio64。

  9. Create new project with use this template. 无法创建新的Android工作室项目?
  10. 使用此模板创建新项目。

I hope it will help you!!

我希望它会对你有所帮助!!

#1


无法创建新的Android工作室项目?

It is android studio configuration problem with missing files structure.

这是android studio配置问题,缺少文件结构。

First, you have to uninstall this version and you have to follow these steps which are mentioned below:

首先,您必须卸载此版本,您必须按照下面提到的步骤操作:

  1. Download upgraded version of android studio from https://developer.android.com/sdk/index.html.
  2. 从https://developer.android.com/sdk/index.html下载android studio的升级版本。

  3. Reinstall android studio with upgraded version of android sdk with removal of previous version.
  4. 重新安装Android工作室与升级版本的Android sdk删除以前的版本。

  5. Reintall upgraded ADT version.
  6. Reintall升级了ADT版本。

  7. Run executable file C:\Android Studio\bin\studio or C:\Android Studio\bin\studio64.
  8. 运行可执行文件C:\ Android Studio \ bin \ studio或C:\ Android Studio \ bin \ studio64。

  9. Create new project with use this template. 无法创建新的Android工作室项目?
  10. 使用此模板创建新项目。

I hope it will help you!!

我希望它会对你有所帮助!!