Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Android Project View in IDEA Ultimate?

I have been using android stuido for quite some time now, and got quite attached to the compact project view that it provided (see picture below)

project view in android studio

Now I switched to Intellij IDEA ultimate, but it seems that the project view I liked so much is missing? (again, see picture below)

enter image description here

Is there a way to add the android studio project view to IDEA ultimate? Or am I just missing something obvious?

like image 871
Andreas Grapentin Avatar asked Jun 22 '15 14:06

Andreas Grapentin


People also ask

How do I get project view in IntelliJ?

To open the tool window again (and restore the associated features), use the main menu: View | Tool Windows | <Window Name> or press Alt+1 . Hide the tool window. This command opens the description of the Project tool window in the IntelliJ IDEA online help.

Can I open Android Studio project in IntelliJ?

Click File > New > Import Project. Select your IntelliJ project directory, and click OK. Your project will open in Android Studio.

Where is project setting in IntelliJ?

To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings.

Where is project tool window IntelliJ?

In IntelliJ IDEA, the Project tool window is usually located on the left. You can open it by pressing ⌘+1 on macOS or Alt+1 on Windows and Linux, or by selecting View | Tool Windows | Project from the main menu.


1 Answers

AFAIK, "Android" project view is the project view which was made by Google engineers specifically for Android Studio and wasn't merged into the Intellij platform. So no, there is no way you can enable it in the Intellij Idea (not that I know of).

like image 162
aga Avatar answered Nov 16 '22 02:11

aga