-
Notifications
You must be signed in to change notification settings - Fork 354
A.01. Git リポジトリからのプロジェクトのインポート
GitHub Pagesへ移行しましたmixi-inc.github.ioへお願いします。
wikiの方はしばらくしたら消していきます
この章では、Eclipse 上で、Git リポジトリからプロジェクトをインポートする手順を解説します。
Eclipse のメニューの File > Import あるいは、Package Explorer で右クリックメニューから Import を選択します。
次に表示されるメニューから、Git の中にある Projects from Git を選択し、Next。
リポジトリの場所がどこにあるか選択します。
ローカルにクローン済みである場合は、Local を、直接このウィザード上でクローンする場合は、URI を選択します。
ローカルにあるリポジトリの場所を入力します。
リポジトリの中から、プロジェクトを探索するルートのディレクトリを選択します。
特に無ければ、Working Directory としておきます。
インポートするプロジェクトを選択して、Finish。
リモートリポジトリの場所を指定します。
どのブランチをチェックアウトするか指定します。
ローカルのどこにリポジトリをクローンするかを決めます。
![Select where to clone](https://raw.github.com/mixi-inc/AndroidTraining/master/docs/resources/images/04-01/select_local_dest_dir.png
リポジトリの中から、プロジェクトを探索するルートのディレクトリを選択します。
特に無ければ、Working Directory としておきます。
インポートするプロジェクトを選択して、Finish。
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.