SQLKing is an Android SQLite ORM powered by an annotation preprocessor, tables are defined by Table annotations and CRUD classes expose an expressive api for executing SQLite queries. @memtrip
Q.java is being generated, but I can't seem to import it or get my app to see it. I'm using my local repository (with some changes). Common and Preprocessor are building and installing, as does the client (I have set the version on all modules to 1.1.2)
This is new behaviour, possibly prompted by recent updates to my Android Studio.
Hi Sam,
Q.java is being generated, but I can't seem to import it or get my app to see it. I'm using my local repository (with some changes). Common and Preprocessor are building and installing, as does the client (I have set the version on all modules to 1.1.2)
This is new behaviour, possibly prompted by recent updates to my Android Studio.
Do you have any suggestions?
Regards, Adrian