Shop|
android studio portable

Devotions

Android Studio Portable Official

Lynn Cowell

July 30, 2018

D:\PortableDev\ ├── AndroidStudio\ │ ├── bin\ (with custom idea.properties) │ ├── jbr\ (JetBrains Runtime) │ └── plugins\ ├── AndroidSDK\ │ ├── platforms\ │ ├── build-tools\ │ └── platform-tools\ ├── Projects\ │ └── MyApp\ └── launcher.bat

By creating a simple text file named idea.properties inside the Android Studio bin folder, you can override the default paths. The magic happens with relative paths:

To solve this, you must use a . Within your project’s gradle.properties file, add:

Join the Conversation

Learn How to Comment

Additional Resources

Android Studio Portable Official

D:\PortableDev\ ├── AndroidStudio\ │ ├── bin\ (with custom idea.properties) │ ├── jbr\ (JetBrains Runtime) │ └── plugins\ ├── AndroidSDK\ │ ├── platforms\ │ ├── build-tools\ │ └── platform-tools\ ├── Projects\ │ └── MyApp\ └── launcher.bat

By creating a simple text file named idea.properties inside the Android Studio bin folder, you can override the default paths. The magic happens with relative paths: android studio portable

To solve this, you must use a . Within your project’s gradle.properties file, add: android studio portable