Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Can't Create new Android Project

I'm using the most recent Android Studio and today my Mac crashed. After rebooting, I opened Android Studio and now all of my projects are erroring out with the Android URI not being found. They won't build, won't make, nothing. If I create a new Project, Android project is not one of my options, just all the rest of the options. Is there anything I can do besides remove and reinstall?

like image 224
TheRedAgent Avatar asked Jan 05 '14 23:01

TheRedAgent


People also ask

How do you create a new project in Android Studio?

If you don't have a project opened, Android Studio shows the Welcome screen, where you can create a new project by clicking Start a new Android Studio project. If you do have a project opened, create a new project by selecting File > New > New Project from the main menu.

How do I copy a project from one Android Studio to another?

Select your project then go to Refactor -> Copy... . Android Studio will ask you the new name and where you want to copy the project. Provide the same. After the copying is done, open your new project in Android Studio.

What does minimum SDK refer to in an Android Studio project?

What does “Minimum SDK” refer to in an Android Studio project? The minimum amount of storage that your app requires for download. The minimum number of devices that your app can access.


2 Answers

Go to preference > Plugins uncheck the plugins which appear in red colour and recheck it again. Do apply Now the issue will get resolved

like image 171
Jerin Jose Avatar answered Oct 01 '22 03:10

Jerin Jose


I go this path:

C:\Users\...YOUR-USER-NAME...\.AndroidStudio3.2\config\disabled_plugins.txt

remove this line:

org.jetbrains.android

then refresh SDK in settings. Works fine now :)

like image 30
Mahmoud Saad Avatar answered Oct 01 '22 01:10

Mahmoud Saad