skip to Main Content

I Install a new version of Android studio and install the theme Plugins in it but it can’t working.it just showing only default themes. can someone help me to solve this issue?

3

Answers


  1. Please click the Material Theme Icon on the Studio Toolbar as shown below.

    enter image description here

    This will start the Wizard and you can configure the appearance of Android Studio.

    Let me know if you can see this icon.

    Login or Signup to reply.
  2. This is the issue and will be fixed in the next minor release.

    In the meantime do this
    "

    1. Rename the /lib/gson-2.7.jar file to gson-2.7.jar.disabled.
    2. Restart Studio.

    where studio-installation-directory is by default C:Program FilesAndroidAndroid Studio on Windows and /Applications/Android Studio.app/Contents on Mac.

    Should you experience a problem updating to the next Studio version later on, you may rename the file back and retry the update installation.
    "

    Login or Signup to reply.
    1. We will now add monokai theme of sublime to Android Studio. First of all download the jar file from my Github. To import this theme to our Android Studio, go to the File > Manage IDE Settings > Import Settings…

    enter image description here

    1. After clicking on Import Settings, a new dialog box will be open like this.
      enter image description here

    2. Now you have to select the downloaded jar file or you can do drag and drop too then click on Ok.

    enter image description here

    1. After clicking Ok, a new dialog box will open where we can select what component we want to import from jar file to editor.

    enter image description here

    1. Here select both colors and schemes and then click Ok. After this, a new box will be open.

    enter image description here

    1. Click on the Restart button to reload the settings. Here you can see the new theme. You can follow the same steps while importing any jar files.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search