LoginSignup
2
5

More than 3 years have passed since last update.

Chromebook に開発ツール(Android Studio、Eclipse、Visual Studio Code、Github Desktop)をセッティングする

Last updated at Posted at 2020-12-10

Chromebook しかないけど開発したくなったので、必要な開発ツールをインストールしたメモです。

はじめに

入れてみたものは、以下のツールです。

  • Android Studio
  • Eclipse
  • Visual Studio Code
  • Github Desktop (おまけで GitKraken)

手順メモ

明日の自分がハマらないようにメモします。

Android Studio

Chromebook 用の deb があったのですぐ入りました。

参考:
https://www.helentech.net/chrome-os-officially-supported-with-android-studio/

Eclipse

tar.gz 版しかなく、解凍して配置して、PATH の通っている bin フォルダに ln しました。また、Eclipse 起動のために、Java も入れないといけなそうでした。

参考:
https://arakaki.tokyo/blog/development_environment_on_chromebook_2/

Visual Studio Code

Debian 用の deb があったのですぐ入りました。

参考:
https://forest.watch.impress.co.jp/docs/serial/yajiuma/1286826.html

Github Desktop (おまけで GitKraken)

Debian 用の deb があったのですぐ入りました。ただし、自分の Github アカウントとの認可時に、Chrome と、Linux環境とがお互い見れないのか、ブラウザを通じての連携ができませんでした。しかたなく、git clone は、ターミナルから実施しました。

参考:
https://qiita.com/hikipuro/items/79980610b0f67a3262f9
(おまけ)https://wakaba-mafin.hatenablog.com/entry/setup-gitkraken-on-chromebook

まとめ

すべての開発ツールが入りました。そして共通しているのは、Chromebook 簡単に起動できる Linux(β版)を活用したことです。

以上

2
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
5