Open puntofisso opened 4 years ago
Hello, I have the same issue with version 2.0.1 and version 2.0.0 is no longer available on jitpack. Please, did you find the solution.
Thanks
You need to provide androidx dependencies.
Something like:
implementation "androidx.appcompat:appcompat:1.1.0"
Hi there – I'm not a super-expert of Android development nor of Gradle, so please feel free to tell me I'm just missing something :)
Basically, I've noticed the following behaviour when trying to add android-spatialite to my app.
This works:
But it I change the Spatialite reference to
the app crashes on calling
getReadableDatabase();
with a very long stack trace that suggests the library is not fully imported:Is there some undocumented dependency issue with v2.0.1?