How to Change default save location of projects in Android Studio? Is there anything like workspaces in Android Studio too
Android Studio stores the projects by default in the home folder of the user under AndroidStudioProjects. The main directory contains configuration files for Android Studio and the Gradle build files.
Step 1: Click on File then Click on Save All and your project will be saved. You can also use ctrl+S shortcut.
It's simpler: if you create a project at, say /home/USER/Projects/AndroidStudio/MyApplication from there on all new projects will default to /home/USER/Projects/AndroidStudio.
Android Studio: Default project directory
In Intellij/Android Studio, the project itself stores the directory of it's own location. In Eclipse, the IDE itself stores the directory of the projects.
Here's some comparisons between Android Studio and Eclipse:
1) Workspace
Android Studio= C:\Users\582767\AndroidStudioProjects
Eclipse= C:\Users\582767\workspace
2) Package Explorer
Android Studio= Doesn't have one
Eclipse= Has it in the IDE
3) Android Application
Android Studio=
Eclipse= In Eclipse, the Android App is shown alongside all your other apps. Android Studio doesn't do that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With