Try to integrate facebook sdk in my app, add maven in build.gradle
repositories {
mavenCentral()
}
and sdk
compile 'com.facebook.android:facebook-android-sdk:4.8.2'
and while build project i got
Error:cannot access Utility$3
bad class file: pocket-android1\generic\hotelClient\build\intermediates\exploded-aar\com.facebook.android\facebook-android-sdk\4.8.1\jars\classes.jar(com/facebook/internal/Utility$3.class)
Please remove or make sure it appears in the correct subdirectory of the classpath.