I have this initialization code in my app,
QueryWrapper.create(context, "app.db")
It's giving out error message of. Is this could be because of Jetifier?
Cannot access class 'androidx.sqlite.db.SupportSQLiteOpenHelper.Callback'. Check your module classpath for missing or conflicting dependencies
Sqldelight version = 1.0.0-alpha5
@JakeWharton is there something we need to do to be compatible with the androidx namespace and jetifier or is this unrelated to that?
Jetifier should be handling it automatically.
Can you provide a sample project that demonstrates the problem?
https://github.com/vincent-paing/SQLDelightTest
I have set up a repo to reproduce the issue. Check out the QueryWrapperCreator under com.example.sqldelighttest.data. Running the following command will crash the build
./gradlew data:build
Lint also show an error with same error message
I'm currently on Android Studio 3.2 Beta 5. I haven't tested with Canary build.
Thanks. I'll mess with it after lunch.
On Fri, Aug 17, 2018 at 11:48 AM Aung Kyaw Paing notifications@github.com
wrote:
https://github.com/vincent-paing/SQLDelightTest
I set up a repo to reproduce the issue. Check out the QueryWrapperTest
under com.example.sqldelighttest.data. Running the following command will
crash the build./gradlew data:build
I'm currently on Android Studio 3.2 Beta 5. I haven't tested with Canary
build.—
You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub
https://github.com/square/sqldelight/issues/906#issuecomment-413907598,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEEEXx8xyjXOWt7nTQ_DVDB6HrDgdDqks5uRuW5gaJpZM4WA9By
.
s/after lunch/this weekend/
Sorry got busy
On Fri, Aug 17, 2018 at 11:58 AM Jake Wharton jakewharton@gmail.com wrote:
Thanks. I'll mess with it after lunch.
On Fri, Aug 17, 2018 at 11:48 AM Aung Kyaw Paing notifications@github.com
wrote:https://github.com/vincent-paing/SQLDelightTest
I set up a repo to reproduce the issue. Check out the QueryWrapperTest
under com.example.sqldelighttest.data. Running the following command will
crash the build./gradlew data:build
I'm currently on Android Studio 3.2 Beta 5. I haven't tested with Canary
build.—
You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub
https://github.com/square/sqldelight/issues/906#issuecomment-413907598,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEEEXx8xyjXOWt7nTQ_DVDB6HrDgdDqks5uRuW5gaJpZM4WA9By
.
This seems to be fixed in Android Studio 3.2 RC03 for some reason
Most helpful comment
s/after lunch/this weekend/
Sorry got busy
On Fri, Aug 17, 2018 at 11:58 AM Jake Wharton jakewharton@gmail.com wrote: