Skip to main content

Portable Fixed: Android Studio

But dig deeper, and you’ll find that the portable dream isn't dead. It just requires a different mindset: moving from a literal portable executable to a .

If you are determined to create a portable Android Studio environment, here is the battle-tested folder structure for your USB drive (let’s call it D:\ ): android studio portable

D:\PortableDev\ ├── AndroidStudio\ │ ├── bin\ (with custom idea.properties) │ ├── jbr\ (JetBrains Runtime) │ └── plugins\ ├── AndroidSDK\ │ ├── platforms\ │ ├── build-tools\ │ └── platform-tools\ ├── Projects\ │ └── MyApp\ └── launcher.bat But dig deeper, and you’ll find that the