I am using Gradle for Android with Eclipse (NOT Android Studio and please do not suggest to change the IDE).
My project.properties file got this line:
android.library.reference.1=..\\google-play-services_lib
I tried adding this line to build.gradle:
compile project('..\\google-play-services_lib')
When building the project I get this error:
Project with path '..\google-play-services_lib' could not be found in root project 'myProject'.
- What am I doing wrong? 
- How do I define in the build.gradle the jars I've added to the build path? 
 
     
    