You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add jitpack repository to root build.gradle like in readme
maven { url 'https://jitpack.io' }
Sync project and run it.
After launch application crashes with this exception:
java.lang.NoClassDefFoundError: com.shehabic.sherlock.db.Db
at com.shehabic.sherlock.NetworkSherlock.getDb(NetworkSherlock.kt:173)
at com.shehabic.sherlock.NetworkSherlock.access$getDb(NetworkSherlock.kt:26)
at com.shehabic.sherlock.NetworkSherlock$startSession$1.run(NetworkSherlock.kt:185)
at android.os.Handler.handleCallback(Handler.java:742)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:157)
at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered:
Clone repo, go to app's build.gradle and replace project dependencies to github artifacts (like in readme):
to
add jitpack repository to root build.gradle like in readme
Sync project and run it.
After launch application crashes with this exception:
The text was updated successfully, but these errors were encountered: