I'm trying to import ParseUI as explained here but I keep getting the following error:
Error:(5, 0) Cannot get property 'facebookSDK' on extra properties extension as it does not exist **Open File**
I include compile project(':ParseLoginUI') in my app build.gradle
as well as:
compile 'com.facebook.android:facebook-android-sdk:4.0.1'
compile files('libs/ParseFacebookUtilsV4-1.10.0.jar')
any idea? TNX
Re-read step 4 on the the github page. If you include the
Try removing these. They are optional.
I hope that solves your problem.