52
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

コマンドラインからAndroid Studioで開けるstudioコマンドが便利

Last updated at Posted at 2015-04-10

MacでGithubに上がっているプロジェクトを試したいときに

  1. ターミナルでクローン
  2. Android Studio起動
  3. Import project
  4. ディレクトリ選択する
    という手順になって若干めんどうです。

事前準備だけ行えば以下のように開くことができます。

git clone https://github.com/takahirom/DevInfoNotification.git
studio DevInfoNotification

他にも
studio diff file1 file2
を行うことでAndroidStudio上でdiffを表示させたりできるようです。

事前準備

Android Studioを起動して、Tools->Create Command-line Launcherを選択して、OKを押すだけです
image

image

52
23
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
52
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?