How to change android studio 3.2.1 theme - android-studio

I am unable to find a way to change the theme of Android Studio 3.2.1 in Mac OS High Sierra 10.13.6 (17G3025).

Android Studio -> Preferences ->Editor-> Color scheme
use Default or Dracula

Related

Is it the normal behaviour for Android Studio to lose all settings after an upgrade via Jetbrains Toolbox?

I'm currently using Android Studio Chipmunk 2021.2.1 Patch 2 212.5712.43.2112.8815526, and would like to upgrade to the latest Android Studio Dolphin 2021.3.1.
Jetbrains Toolbox is providing an option for this upgrade.
However, when the new version gets installed and I open Android Studio, all the settings that I had before are lost, and it looks like a fresh install.
Plugins, themes, are all lost, and it seems like I need to re-install them.
Thankfully I'm able to rollback to the previous version for now.
In other Jetbrains IDEs, there's usually a prompt to migrate over from a previous installation. This isn't coming up with Android Studio.
Is this the normal behaviour for Android Studio? And if not, is there something I'm missing?
More details:
Current Android Studio version: Android Studio Chipmunk 2021.2.1 Patch 2 212.5712.43.2112.8815526
Current Jetbrains Toolbox App version: 1.26.0.13072
OS: macOS Monterey Version 12.5.1 (21G83)

AGP Upgrade Assistant window not opening in Android Studio

When I press Tools > AGP Upgrade Assistant button, nothing happens.
I am using Arctic Fox 2020.3.1 Patch 4. I also tried this on Bumblebee 2021.1.1 and the same problem occurs.
Other maybe relevant info
Fluter Android Studio plugin 63.2.1
Dart Android Studio plugin 203.8452
Dart 2.15.1
Flutter 2.8.1
Android gradle plugin 3.6.0
Gradle 6.1.1-all
The APG Upgrade Assistant opens only when you open the Android folder as an Android project

Android Studio with the same theme as IntelliJ on Windows

Android Studio seems to have different "theme" on Windows than IntelliJ products I use (PhpStorm, etc.). I'd like to force AS to the more native look&feel. How to do it?
Android Studio 3.6:
PhpStorm 2019.3:
I've tried running AS with JetBrain's JDK, but still the same.
Android Studio 3.6
Build #AI-192.7142.36.36.6200805, built on February 12, 2020
Runtime version: 11-ea+102 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 12
Registry: ide.new.welcome.screen.force=true
Non-Bundled Plugins: com.jetbrains.ChooseRuntime
I recommend you download Intellij IDEA and the Android SDK separately. That way Intellij IDEA will have the look and feel you are looking for.
You can find instructions here.
Yes, you can install "default" light theme found in phpstrom in android studio 3.6(latest)
Download IntelliJ Light Theme jar file(select compatibility as android studio) from this website.
open android studio.
File -> Settings -> Plugin -> from the wheel drop down select 'Install Plugin from Disk....'
select IntelliJ Light Theme jar file.
Restart IDE.
Go to File -> Settings -> Appearance -> Theme, drop down select IntelliJ Light Theme and select Apply.
By this way you can install your favorite themes.
I hope this helps.

Hot to fix Android Studio's documentation lookup "Documentation not found"

I cant seem to get flutter based documentation on android studio when i select quick documentation (control Q)
I have tried reinstalling android studio and have tried re-applying the documentation in the SDK manager.
I expect there to be some documentation of what methods are in the class
Try installing this Extention
Install Android Studio
Android Studio offers a complete, integrated IDE experience for Flutter.
Android Studio, version 3.0 or later
Alternatively, you can also use IntelliJ:
IntelliJ IDEA Community, version 2017.1 or later
IntelliJ IDEA Ultimate, version 2017.1 or later
Install the Flutter and Dart plugins
To install these:
Start Android Studio.
Open plugin preferences (Preferences > Plugins on macOS, File >
Settings > Plugins on Windows & Linux).
Select Browse repositories, select the Flutter plugin and click
Install.
Click Yes when prompted to install the Dart plugin.
Click Restart when prompted. Ne

Android Studio HiDPI support for Linux

I'm struggling with HiDPI support of Android Studio 2.1.3 for Linux Mint. What I know it should be possible to enable Android Studio's HiDPI support by adding -Dhidpi=true flag to /opt/android-studio/bin/studio64.vmoptions Unfortunately it doesn't change anything on my machine, the UI is still very small.
I had the same problem, and I did not manage to "enable" hidpi for Android Studio.
Therefore, I run Android Studio like so:
$ xrandr --dpi 192; android-studio&
Or whatever you prefer instead of 192, of course.
Android Studio 2.3 has HiDPI support out of the box

Resources