Skip to content

Instantly share code, notes, and snippets.

@margaretmz
Last active March 19, 2017 22:40
Show Gist options
  • Save margaretmz/a7b96ab7e9510eba7d471b3d45344033 to your computer and use it in GitHub Desktop.
Save margaretmz/a7b96ab7e9510eba7d471b3d45344033 to your computer and use it in GitHub Desktop.
How to stop Android Studio from opening projects in "Android View" by default?
// Go to Android Studio -> Help -> Edit Custom Properties
// Click "Yes" at the prompt ".../idea.properties does not exist, Create?"
// In the idea.properties file, enter
studio.projectview=true
// Save and restart Android Studio and all projects will be opened in Project View by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment