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 件のコメント:

コメントを投稿

NEXTJS PWA化

$ cd frontend $ npm install @ducanh2912/next-pwa $ vi next.config.ts<<__EOF__ import withPWAInit from "@ducanh2912/next-pwa"...