10
6

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.

[AndroidStudioとGitHubの連携]クローンの作り方

Last updated at Posted at 2015-09-16

##GitHub側
クローンを作りたいrepositryのページの右側にある
HTTPS clone URL
をコピー
cap1.PNG

##AndroidStudio側
プロジェクトを開いていたらcloseProjectで最初の画面を出す
cap2.PNG

Checkout Project from VersionControl
->Git
->URLを貼り付け

##注意

  • SDKがないと言われたら、SDK ManagerでAPIとSDKをインストールする
  • その他環境の違いで上手くいかない場合もある、その場合は2つのBuildGradleを修正すると上手くいくかも

##感想
初めて画像入りの記事を書いてみました。
記事を書くのは少し慣れてきましたが、そっけない感じが出てるかもしれません。
そんな状況を改善していければと思います。

10
6
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
10
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?