Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No "Project settings" in "Project structure"

I start learn android development, and I can't figure out how to add library to project. I use Android Studio. I create new project, and I don't have Project Settings in Project Structure.enter image description here

like image 737
Gralex Avatar asked Sep 20 '13 05:09

Gralex


People also ask

Where is project settings in Android Studio?

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 get to project settings 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 settings in PyCharm?

To configure project settings, select PyCharm | Preferences for macOS ( Ctrl+Alt+S ) or File | Settings for Windows and Linux.

Where is project setting in Android Studio Mac?

Click File > Settings (on macOS, Android Studio > Preferences) to open the Settings dialog.


1 Answers

Right click on your Package name in the Project window and select "Open Module Settings." That should bring up the settings window you're looking for.

Personally, I haven't had any luck what so ever with the Gradle documentation so I've just been importing and creating different projects and trying to figure out how things are set up. I'm sure there is probably some better documentation for it out there somewhere, but I haven't been able to find it yet.

Gradle 1.7 Dependency Handlers

like image 192
Jon Avatar answered Sep 19 '22 07:09

Jon