0

C:\Users\PC\AndroidStudioProjects\FacebookSDK\facebook\build.gradle Error:(15, 0) Could not find property 'ANDROID_BUILD_SDK_VERSION' on project ':facebook'.

chiwangc
  • 3,508
  • 16
  • 24
  • 32
  • Please add some text to you answer to explain what you are doing or it will, very likely, be closed. – uraimo May 26 '15 at 07:28

2 Answers2

0

Just add compile 'com.facebook.android:facebook-android-sdk:4.1.2' to your dependencies in the build.gradle file of your app!
EDIT: Example

Skyrisu
  • 353
  • 1
  • 4
  • 14
0

Write all those variables values in "gradle.properties" file.

Like

ANDROID_BUILD_TARGET_SDK_VERSION=21

ANDROID_BUILD_TOOLS_VERSION=21.1.0

ANDROID_BUILD_SDK_VERSION=21

ANDROID_BUILD_MIN_SDK_VERSION=9

Shaktisinh Jadeja
  • 1,311
  • 1
  • 16
  • 21