The know-how for using Android Studio (hereinafter AS) provided by Google is added as a memorandum. This time, let's take a look at the AS settings.


@startuml
salt
{
{T
+Setting
++appearance&Behavior
+++appearance
+++Customize
+++System setting
++++password
++++HTTP proxy
++++update
++++Usage statistics
++++Android SDK
+++File color
+++scope
+++notification
+++Quick list
+++Path variable
++Keymap
++Editor
+++General
++++Automatic import
++++Editor tab
++++Garter icon
++++console
++++Cord folding
++++Code completion
++++Smart key
++++Breadcrumb trail
++++appearance
++++Post-complement
+++font
+++Color scheme switching
++++General
++++Language default
++++Color scheme font
++++Console font
++++Diff & Merge
++++VCS
++++custom
++++Console color
++++Debugger
++++C/C++
++++Java
++++Android Logcat
++++Groovy
++++HTML
++++JSON
++++Kotlin
++++Regular expressions
++++XML
++++YAML
++++Properties
++++Scope base
+++Code style
++++C/C++
++++Groovy
++++HTML
++++Java
++++JSON
++++Kotln
++++Properties
++++XML
++++YAML
++++Other file types
+++inspection
+++Files and code templates
+++File encoding
+++Live template
+++File type
+++Layout editor
+++Copyright
++++Copyright profile
++++format
+++++Groovy
+++++HTML
+++++Java
+++++Kotlin
+++++Properties
+++++SPI
+++++XML
+++Emmet
+++TODO
+++image
+++Intention
+++spell
+++Data binding
+++Language injection
++++Expansion
++Plugin
++version control
+++Background
+++Changelist conflict
+++Commit dialog
+++Verification
+++GitHub
+++Ignored files
+++Problem navigation
+++Shelf
+++File state color
+++CVS
+++Git
+++Mercurial
+++Subversion
++++display
++++network
++++SSH
++Build, run, deploy
+++Gradle
++++Android Studio
++++experimental
+++Debugger
++++Data view
+++++Java
+++++Java type renderer
+++++Kotlin
++++Step
++++Hot swap
++++Asynchronous stack trace
+++Remote jar repository
+++Espresso test recorder
+++Instant run
+++coverage
+++compiler
+++Required plugin
++Languages & frameworks
+++Schema and DTD
++++Default XML schema
++++XML catalog
++++JSON schema
+++Kotlin Updates
+++Template data language
++tool
+++Web browser
+++External tools
+++Terminal
+++Server certificate
+++task
++++server
+++Diff & Merge
++++External diff tool
+++Configuration repository
+++Start task
++kotlin compiler
}
}
@enduml
There are many setting items.
For the time being, let's narrow down to the minimum setting items necessary to create a program!
I displayed the Java source in the editor.
The line number is not yet displayed in the editor.


The setting directory of Android Studio is as follows.
C:\Users\User name\.AndroidStudio3.1\config
If you want to tinker with the settings, we recommend backing up this config folder.
If you want to restore it, you can overwrite it completely.
The following files in the bin of the installation directory.
C:\Program Files\Android\Android Studio\bin\idea.properties
Describes the default value. It is designed so that you can specify a directory by removing # from the line commented with #.

Continue to the next section ...
That's all, Osomatsu
Recommended Posts