Import android project in ADT Eclipse from github

梦想与她 提交于 2019-12-05 02:59:56

The eclipse project files (.project and .classpath) are not part of the github repository so you can't just import it into Eclipse.

Easiest way to fix that is probably to create a new Android project yourself and then copy the files from the github repo into it.

Instead of Selecting the "import existing Projects", just Choose 'Android Project from Existing Code'.

  • For the 'root directory' click on 'browse' and select the place where you imported your project. (that master one and maybe someother)

Press Finish

7 Easy steps to import Github android projects in to ADT

  1. create repository in Github .

  2. select the HTTP clone url .

  3. Clone the project in to local system using clone command.

  4. import the project from the cloned path in to adt.

5.Select the imported project and click right button.

6.Click Team->share project.

7.Click Finish.

==========================

For Commiting the changes

  1. Select the project and click right button

  2. Click Team and press Commit , write you comments , click push and commit..

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!