Android Studio custom settings and personalized theme

Modify .gradle folder path

Every .gradle file before reinstalling the system forget to save, the previous version of gradle need to re-download the file, first locate the file save location gradle in c disk folder to see .gradle user folder, cut to the other disk, and then to press the following configuration.
The Android studio which is actually relatively slow download, you can turn off the Android studio, to gradle official website direct download, unzip, and then set the download version .ok other folders such as the following corresponding documents according to other versions of the format, in fact, other documents are empty.
Global .gradle folder path
file ===> settings ===> Build, Execution, Deployment ===> Gradle ===> general settings, modify Grable user home folder corresponding to file their own path to the
Here Insert Picture Description
specific project version provided Gradle
Here Insert Picture Description
Gradle projects selected above a particular project, there are two ways to modify the version of the particular project gradle corresponding
first: Review gradle-wrapper.properities following file version gradle
Here Insert Picture Description
second: select specific version of the file path gradle
Here Insert Picture Description

Fancy LogCat

file ===> settings ===> Editor === > Color Scheme ===> Android Logcat
then modified according to the following steps to FIG:

  1. Select the type you want to modify logcat
  2. 取消Inherit values from
  3. Click the Foreground color set specific

Here Insert Picture Description
Finally, click ok to.
About color can refer to Making Android Studio pretty article in color:

Type	Color
verbose: #BBB
debug:	 #33B5E5
info:	 #9C0
assert:	 #A6C
error:	 #F44
warning: #FB3

Here Insert Picture Description
Results are as follows:
Here Insert Picture Description

Personalized topics

Here is not an alternative to the manual, more trouble

Themes Color
Color Themes , above offers many templates, select the one you like download, download a jar package, import Android Studio is ready to use.
Theme templates Color Themes are as follows:
Here Insert Picture Description
Step:

  1. Find your favorite topic, click on the topic, enter the following interface, click the image below in the green part of the red box to download Here Insert Picture Description

  2. After the download is complete you can save to your own special theme folder
    Here Insert Picture Description
    Here Insert Picture Description

  3. On Android Studio, click File -> Import Settings, select the downloaded jar package, came to the following interface:
    Here Insert Picture Description
    Here Insert Picture Description
    Here Insert Picture Description

  4. Click OK, and you will be prompted to restart Android Studio, click Restart to restart Android Studio
    Here Insert Picture Description

  5. After the restart, the theme has been applied on the following chart:
    Here Insert Picture Description

The UI Theme Material
Color Themes These themes only change the code editing area on the left menu bar and packet structure area is the same as the original and still looks and overall style does not seem a good fit.
Is there a theme can make the entire AS styles have changed it?
Material Theme UI Android Studio is a plug-in that provides three themes to choose from, it can also change the style of the region in addition to the code.

  1. Open android studio, File -> Settings - > Plugin, Theme search Material
    the UI, click Install to install the plug.

Here Insert Picture Description

  1. After clicking install the following message box pops up, click accept


Using third-party plug-ins may need to plug-in vendor to process your personal data. For more information about the processing of personal data, please see the plug-in vendor's documentation. JetBrains not responsible for any third-party plug-in vendor to process your personal data.

  1. After the download is complete, restart prompt Android Studio, click Restart to restart Android Studio

Here Insert Picture Description

  1. After the restart, the following interface

Here Insert Picture Description

  • Thank you for installing plug-theme material! This wizard will help you configure it and find its function. Click "Next" to continue.
  • Theme: You can click on the red box part of the radio buttons to select favorite theme
    Here Insert Picture Description
  • Contrast: two kinds of options, to increase the contrast, the contrast between the left is added UI components (such as trees, tab, or list entry field), the right is provided by the darker background color and text editor with enhanced lighter It contrasts.

Here Insert Picture Description
Accent color: Choose an accent color to be used in different UI components. This is the color used for check boxes, input fields and other open folder.
Here Insert Picture Description
Other settings: This step is set after the completion of the finish.
Here Insert Picture Description

Published 18 original articles · won praise 1 · views 781

Guess you like

Origin blog.csdn.net/aha_jasper/article/details/104745013