bernaferrari / ChangeDetection

Automatically track websites changes on Android in background.
Apache License 2.0
703 stars 98 forks source link

Compiler error #14

Closed hiseholuwa closed 6 years ago

hiseholuwa commented 6 years ago

Hi, I'm pretty new to Kotlin usage with Android. Found your app in a Reddit thread and decided to give it a try. I, unfortunately, can't seem to build it as I get a Kotlin compiler error every time I do.

e: [kapt] An exception occurred: java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V

I have tried looking up resources online but can't seem to figure out what exactly is causing the compiler to issue this error. Any help will be appreciated, Thanks

hiseholuwa commented 6 years ago

Hi, I figured out what happened. Apparently, the Android Jetpack components only work in the 3.2beta version of Android Studio and I was trying to compile it on 3.1. Got it to work on the beta. Thanks!