0

when adding google-play-services_lib in eclipse they fail and show the message: select

at least one project, this is the message:

enter image description here

whats the problem ?

thanx

Anik Islam Abhi
  • 25,137
  • 8
  • 58
  • 80

1 Answers1

0

You would need to use the same copy of android-support-v4.jar on the main and library project.

You can find a detailed explanation here as well

Community
  • 1
  • 1
Avinash Babu
  • 6,171
  • 3
  • 21
  • 26
  • the solution is not this, the solution : delete the library project from workspace and re-import it. but thanx anyway. – Tawfiq dawod Nov 04 '14 at 18:08