This repository has been archived by the owner on Jun 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 607
Import in IDE
Sergey Shatunov edited this page Aug 29, 2014
·
22 revisions
- Be sure that you use newest SDK and SDK Build-tools
- Install EGit plugin (drag this link into running Eclipse)
-
File
-Import
-Projects from Git
-URI
- Into
Location - URI
typehttps://github.com/Prototik/HoloEverywhere.git
, pressNext
- Mark only
master
branch. DoubleNext
! - Select
Import existing projects
, pressNext
- You should see all related projects, like demo and addons. Press
Finish
- Read this basic migration guide
-
Checkout from Version Control
-Git
- Typo in
Repository URL
:https://github.com/Prototik/HoloEverywhere.git
- Press 'Clone', wait until repository checkout
- If you use Android Studio, then just click 'Yes' on the proposal to open a project. Otherwise in IDEA press
Import project
and specify path to downloaded repo, choose gradle model and press next. - Kiss a Google and Android devs team!
- Read this basic migration guide
- Add a HoloEverywhere repository to your
pom.xml
:
<project>
<repositories>
<repository>
<id>holoeverywhereRepo</id>
<name>HoloEverywhere Repo</name>
<url>http://holoeverywhere.cf/repo</url>
<layout>default</layout>
</repository>
</repositories>
</project>
- Execute guide for your favorite IDE from above articles
- If are you use Eclipse, also install plugin m2e-android (drag'n'drop into Eclipse)