Closed RahamathFern closed 1 month ago
Please use the latest lib version and see this example how to setup DB connection: https://github.com/SiimKinks/sqlitemagic/blob/master/sqlitemagic-tests/app/src/main/java/com/siimkinks/sqlitemagic/TestApp.java
why it stopped working suddenly 0.23.1 we have been using this library version in our project very long suddenly from last month we are facing build issue is it must to use the latest lib version?
Hi, I'm using local jar files in version 0.23.1. Why are the generated files not being created and why am I facing a DB initialization issue?
Download the jar files from this url https://artifactory.cronapp.io/libs-snapshot/com/siimkinks/sqlitemagic/sqlitemagic/0.23.1/
Also, I'm encountering an issue with DB initialization from jitpack.io, but the generated files have been created.
We cannot use the latest lib version we need to continue to with 0.23.1 as our project doesn't support androidX,So please help to make this library Version 0.23.1 working why it has stopped to work suddenly from jitpack.io is there any reasons @SiimKinks
Hi.,
In our project, we have encountered the following issue with your library file in recent days.
Project setup: Android Studio 4.1.3, AGP 3.1.4 and Gradle version 4.4
Plugin:
Class path:
I'm fixing the issue while using Jitpack (https://jitpack.io/#SiimKinks/sqlitemagic/0.23.0) implementation. After running the app, I'm facing the SQLite magic database initialization error.
Sqlite Initialize:
Error:
Could you please let me know any other ways to resolve or initialize the database?
Thanks., Rahamath