Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After updating to Android Studio Arctic Fox, I cannot use any custom theme

After updating to Android Studio Arctic Fox, I cannot choose any of my installed themes. Invalid cache and restart didn't help ;) Also reinstalling themes still not solving this problem.

I updated AS 4.2 to Arctic Fox using Toolbox on the stable channel. I'm on win 10.

Maybe someone has an idea how to solve this issue?

What I can choose:

enter image description here

What I have installed:

enter image description here

like image 309
Krystian Kaniowski Avatar asked Jul 29 '21 08:07

Krystian Kaniowski


Video Answer


2 Answers

Follow Simple Steps to Fix this

  1. Rename the {path-of-android-studio}/lib/gson-2.7.jar file to gson-2.7.jar.disabled.
  2. Restart Studio.

where {path-of-android-studio} is by default C:\Program Files\Android\Android Studio on Windows and /Applications/Android Studio.app/Contents on Mac.


The fix will be included in the next minor release of the 2020.3.1 Arctic Fox.

Found From issue-tracker

like image 113
Nikunj Paradva Avatar answered Sep 29 '22 05:09

Nikunj Paradva


The bug still persists in release 2020.3.1 as highlighted here.

Renaming the gson-2.7.jar file works like a charm.

like image 44
kasre Avatar answered Sep 29 '22 04:09

kasre