• Home
Name Date Size #Lines LOC

..--

README.mdD08-Apr-2025781 1410

idea.propertiesD08-Apr-202511.9 KiB202175

profile.configD08-Apr-20257.2 KiB134118

sample-androidx-canary.desktopD08-Apr-2025435 1411

studio.vmoptionsD08-Apr-2025719 1716

README.md

1# Guide for setting up a separate profile for Android Studio
2
3It can be helpful to have a separate profile of Android Studio when
4working on AndroidX as we use prebuilts of an SDK instead of public SDK.
5Launching Studio with a custom idea.properties files allows to
6have a separate profile of Android Studio for work with AndroidX.
7
8To use this launch Studio with setting STUDIO_PROPERTIES env variable to point
9to idea.properties in this checkout that sets custom `idea.config.path` and
10`idea.system.path`. `sample-androidx-canary.desktop` is an example Linux desktop
11shortcut entry.
12
13[More details on this on Jetbrains website](https://intellij-support.jetbrains.com/hc/en-us/articles/207240985-Changing-IDE-default-directories-used-for-config-plugins-and-caches-storage?page=2)
14