Skip to content

Instantly share code, notes, and snippets.

@kingargyle
Created February 16, 2026 14:59
Show Gist options
  • Select an option

  • Save kingargyle/3d6f18faacff19a10e3d331229bd6e47 to your computer and use it in GitHub Desktop.

Select an option

Save kingargyle/3d6f18faacff19a10e3d331229bd6e47 to your computer and use it in GitHub Desktop.
Location of Android Studio Prompts

On a a linux system, the app.prompts.xml file that contains the saved prompts, is stored in `~/.config/Goggle/AndroidStudioVersion/options/app.prompt.xml'

For MacOSX: Configuration/Settings: ~/Library/Application Support/Google/AndroidStudio

  • Plugins: ~/Library/Application Support/Google/AndroidStudio/plugins
  • System/Cache Files: ~/Library/Caches/Google/AndroidStudio
  • Logs: ~/Library/Logs/Google/AndroidStudio

For Windows: On Windows, the settings are stored within the user's AppData folder:

  • Configuration/Settings: %APPDATA%\Google\AndroidStudio ** Typical path: C:\Users<User>\AppData\Roaming\Google\AndroidStudio
  • Plugins: %APPDATA%\Google\AndroidStudio\plugins
  • System/Cache Files: %LOCALAPPDATA%\Google\AndroidStudio ** Typical path: C:\Users<User>\AppData\Local\Google\AndroidStudio
  • Logs: %LOCALAPPDATA%\Google\AndroidStudio\log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment