Android Studio doesn't show options for create android projects

删除回忆录丶 提交于 2020-01-14 07:04:28

问题


There is some problem with my android studio, as it not showing any option to create android apps. Help me out to reset it. I tried to delete it and re-install it but no good.


回答1:


To reset Android Studio to default settings you need to move or delete its user settings folder.

On Windows you will find it in C:\Users\Yourname\.AndroidStudio

You can compress the folder to a zip file or something to back it up and then delete the folder contents.

This will return all of the settings to fresh install default. This folder remains uneffected by a full re-install so your user settings are kept intact which is the way it should work.




回答2:


  1. Close any open project in Android Studio and it will bring you to Quick Start page.
  2. Click Configure and from top, navigate to 'Appearances & Behaviour' > 'System Settings' > 'Android SDK'
  3. From the three tabs, choose 'SDK Tools'
  4. Select all libraries that are related to Android and install them.
  5. Restart Android Studio
  6. And volla!


来源:https://stackoverflow.com/questions/28624896/android-studio-doesnt-show-options-for-create-android-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!