I'm following a tutorial to integrate facebook sdk in my android project, I'm using eclipse currently , tutorial is asking me to define repositories { mavenCentral() }
in build.gradle file , but I don't know in which file I've to add this in eclipse... ant.properties, project.properties
or any other file?
I've read some related threads , but I could not find in which file I've to change.
You are working in Eclipse and the tutorial asks you to add the Maven central to your Gradle configuration which you (properly) don't have in Eclipse. You basically have two options:
Both options means that you have to get your head around what Gradle does, and how it works, but it'll properly be worth the effort.