Provided Gradle Dependency Is AAR not JAR Provided Gradle Dependency Is AAR not JAR android android

Provided Gradle Dependency Is AAR not JAR


you have already mentioned that it is an open issue in Gradle.If you are using ParseLoginUI as library module.Just change the build.gradle file in ParseLoginUI itself.

    provided 'com.facebook.android:facebook-android-sdk:4.0.1'                              to    compile 'com.facebook.android:facebook-android-sdk:4.0.1'


According to this issue, it should be possible to do with Gradle plugin 1.3.0-beta3. You might need to update your build tools to version 23.0.0 rc1 or above.