2016年8月24日水曜日

Android studio カスタマイズ


1) viを使えるようにする。
  設定->Pluginsー>Browse repositoriesー>IdeaVimー>install

2) メニューフォントを変更する。
  設定->Appearance&Behavior->表示->"デフォルトのフォントをオーバライドする"

3) glxinfo がインストールされていない。
  apt-get install mesa-utils

4) エラー :A problem occurred configuring project ':app'.
> Buildtools 24.0.1 requires Java 1.8 or above. Current JDK version is 1.7.
     file->setting->project struct->SDK Location
 

0 件のコメント:

コメントを投稿

シャットダウン時の後処理 (shutdown)

# vi /etc/systemd/system/drop.service [Unit] Description= stop httpgwd DefaultDependencies=no Before=shutdown.target RefuseManualStart=true ...