0

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.
Pasha Shkaran
  • 1,433
  • 2
  • 23
  • 41

1 Answers1

1

I don't know if it will help but try compiling another version of Facebook SDK. For example, 4.7.0. I have no problem with that one.

DH28
  • 553
  • 3
  • 16