Trying to import Facebook SDK
into Android Studios, getting the following error:
Error:(8, 0) Could not find property 'ANDROID_BUILD_SDK_VERSION' on project ':FriendPickerSample'.
I tried importing the modules as follows: File > Import Module > Facebook unzipped path.
I'm new to Android Studios and it's my first time trying to import any SDK, and I don't even know what
'FriendPickerSample'
is (I've tried searching around internet!).
Can someone please help me? What am I doing wrong, how can I solve this error?
UPDATE: I've tried adding BUILD_SDK_VERSION=20 (my sdk version is actually 20), still doesn't solve the error: