最終更新:2017-01-31 (火) 16:05:08 (2639d)  

Android Studio/Linux

https://developer.android.com/studio/install.html

Ubuntu

  • 注: 64 ビット版の Ubuntu をご利用の場合は、以下のコマンドで 32 ビット用のライブラリをいくつかインストールする必要があります。
  • sudo apt-get install lib32z1? lib32ncurses5? lib32bz2-1.0? lib32stdc++6?

英語と説明が違う...

  • Required libraries for 64-bit machines:
  • If you are running a 64-bit version of Ubuntu, you need to install some 32-bit libraries with the following command:
  • sudo apt-get install libc6:i386? libncurses5:i386? libstdc++6:i386? lib32z1? libbz2-1.0:i386?
  • https://developer.android.com/studio/install.html?hl=en

ランチャーに登録

  • Configure -> Create Desktop Entry.

動画での説明

  • sudo mv ~/Downloads/android-studio /usr/local/
    cd /usr/local/android-studio/bin
    ./studio.sh

Fedora

  • 64 ビット版の Fedora をご利用の場合は、以下のコマンドを実行します。
  • sudo yum install zlib.i686? ncurses-libs.i686? bzip2-libs.i686?

関連