I'm trying to import Facebook SDK 3.15.0 to Android Studio 0.6.1. I do follow Rani's explanation on using facebook sdk in android studio both for Android Studio earlier than 0.5.5 & the later one.
The error I get says something like this.
**Error:Execution failed for task ':app:processDebugResources'.
Error: A library uses the same package as this project: liquidcode.se.facebooktest You can temporarily disable this error with android.enforceUniquePackageName=false However, this is temporary and will be enforced in 1.0**
I also did include it in the setting.gradle & imported as module for the app.
I read now that many have the same problem, but how to fix it? Thank you.