7
4

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.

GitHubで公開されているプロジェクトをAndroid Studioから開く

Posted at

概要

GitHubで公開されているプロジェクトをAndroid Studioで開く方法は2つある。

方法1

Androidプロジェクトを管理するディレクトリに移動し、以下を実行

git clone https://github.com/[name]/[Project].git

方法2

Android Studioで"Check out project from Version Control"の"Git"を選択。

キャプチャ4.PNG

"URL:"にリポジトリのURLを入力し、Clone

キャプチャ5.PNG
7
4
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
7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?