question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot access class androidx.sqlite.db.SupportSQLiteOpenHelper.Callback on Calling queryWrapper.create

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
JakeWhartoncommented, Aug 17, 2018

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 .

0reactions
vincent-paingcommented, Sep 11, 2018

This seems to be fixed in Android Studio 3.2 RC03 for some reason

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot access class androidx.sqlite.db. ...
I have this initialization code in my app, QueryWrapper.create(context, "app.db") It's giving out error message of.
Read more >
SupportSQLiteOpenHelper.Callback
Creates a new Callback to get database lifecycle events. Public methods. void, onConfigure(SupportSQLiteDatabase db). Called when the database ...
Read more >
androidx/sqlite/db/SupportSQLiteQuery in unit test that ...
This happens when the unit test gets to FooDao.innocentStaticMethod() . Like I said, accessing the FooDao class without invoking any of its real ......
Read more >
androidx.sqlite.db.SupportSQLiteOpenHelper Java Examples
This page shows Java code examples of androidx.sqlite.db.SupportSQLiteOpenHelper.
Read more >
sqlite/sqlite-framework/src/main/java/androidx/sqlite/db ...
package androidx.sqlite.db.framework; ... class FrameworkSQLiteOpenHelper implements SupportSQLiteOpenHelper { ... private final Callback mCallback;.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found