Can't import JetBrains Atom OneDark Theme into Android Studio Mac - android-studio

I'm using Android Studio Arctic Fox 2020.3.1 on a Mac.
JetBrains' Atom OneDark Theme says it's
Compatible with IntelliJ IDEA (Ultimate, Community, Educational), Android Studio and 13 more
I downloaded atom-onedark-theme.jar to my Downloads folder.
I opened Android Studio > Preferences > Editor > Color Scheme > gear icon > Import Scheme.
The error message is
Import failed: /Users/TDK/Downloads/atom-onedark-theme.jar is not a valid scheme. There are no color schemes in the chosen file.
Then I tried to import Material Theme UI and nothing happens. No error message, no new theme appears in the list.
What did I do wrong?
I imported this Atom DarkOne into Visual Studio without a problem.

I had to install the themes as plugins before I could select them as themes. Android Studio > Preferences > Plugins > search for the themes you want. Restart the IDE and the you can go to Android Studio > Preferences > Editor > Color Scheme to select a new theme.
Atom One Dark (Material) is my favorite.

Related

Flutter error on updating Android Studio, Kotlin, Flutter, Dart plugins are incompatible with the new Android Studio version 4.0

I just updated the Android Studio to 4.0, and now I am getting the errors in my IDE that Kotlin, Flutter, Dart plugins are incompatible with the new Android Studio version 4.0, what's the solution?
Press cmd + , to open Settings.
Look for Plugins in the tab bar.
You will see an option to update them and restart IDE, (I already did that, so it's not showing that option).
After updating, click on File > Invalidate Caches / Restart .... in Android Studio toolbar.
Run
flutter clean
How i fixed this:
Locate and open the idea.properties file in your Android/bin folder
Add idea.plugins.host=https://plugins.jetbrains.com to the file.
Save and close file
Relaunch Android Studio

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.

Get default Android Studio Theme

I changed somehow my theme to this :
How can I restore to my lovely default darcula android studio theme?
After applying below suggestion it helped but still looks a little bit strange:
Go through :
File > Settings > Editor > Color Scheme > General > (reset at top right)
This worked for me... Hope you will have your solution :)
To install Custom theme in android studio --version 4.1.2
download theme file(.jar) from https://plugins.jetbrains.com/
open android studio
drag the .jar file into studio

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

How to change android studio 3.2.1 theme

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

Resources