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
Join the Conversation