memtrip / SQLKing

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
Other
21 stars 9 forks source link

Q.java is being generated, but not found #17

Closed Trellian closed 8 years ago

Trellian commented 8 years ago

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

Trellian commented 8 years ago

Never mind, it magically came right...