Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nothing to Show in Android Project View

Tags:

When I open up the Android Project View n Android Studio, it says "Nothing to show". It seems that my projects modules are missing as well.

When I try to run the app I get error message: Error running app: Module is not found

I also get the following error: Unlinked Gradle project? Import Gradle project, this will also enable Gradle Tool Window. Don't want to see the message for the project again: press here.

When I try and import the gradle project, I get the following error enter image description here

I don't have a clue as to how this happened. I'd be happy to provide more details, I'm not sure what other information is relevant.

enter image description here

like image 540
ChemDev Avatar asked Mar 18 '15 02:03

ChemDev


People also ask

How do I get to project settings on Android?

Project structure settings To change various settings for your Android Studio project, open the Project Structure dialog by clicking File > Project Structure.

How do I clear my Android project?

Clear your project directory Obviously, try to clean your project from android studio : “Build -> Clean Project”. This will clear your build folders. Clear the cache of Android Studio using “File -> Invalidate Caches / Restart” choose “Invalidate and restart option” and close Android Studio.


1 Answers

I think your project was generated by eclipse. You try to import this older project as a android studio project.

You can follow below process:

Step 1. if you already open your android studio with another project just go to File -> Close Project Step 2. If you already not open any project then skip step 1. Just Follow Image instruction.

setp

Step 3. Finally install your project SDK target plugin.

like image 97
Sadhan Sarker Avatar answered Oct 30 '22 10:10

Sadhan Sarker