0

I am a beginner in android application development. I tried to clone a git repository from https://github.com/android/platform_packages_apps_contacts.git . After cloning it, how should I build it and run it with eclipse?

1615903
  • 32,635
  • 12
  • 70
  • 99
Mary June
  • 139
  • 4
  • 19
  • http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide – abbas.aniefa Oct 07 '13 at 13:08
  • have you tried importing it in eclipse ? – njzk2 Oct 07 '13 at 13:09
  • Is there any blog post explaining setting up with ADT or Android Studio for platform_packages_apps_contacts.git or platform_packages_apps_calendar.git . I am tired of trying to resolve the error messages thrown up in both ide's. – appbootup Dec 14 '14 at 17:18

2 Answers2

1

Just import the cloned project to your eclipse as Android Application and it should run!

A.S.
  • 4,574
  • 3
  • 26
  • 43
1

If you haven't already, import the project into eclipse. From there you should be able to run and build it in eclipse.

Dom
  • 1,687
  • 6
  • 27
  • 37