-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caused by: android.database.sqlite.SQLiteException: no such table: #824
Comments
Did you solve it, I encountered the same problem |
Got same exception after changed my targetSdkVersion to 28 |
I encountered this exception when testing my project using Robolectric. Are you also seeing this when testing, or is this happening when running on the device? I have written a fix for the Robolectric issue. If not when testing, please can you provide more details? A description of what you're trying to do and a stacktrace would be a good place to start. |
@android24 Just upgrade the database version in AndroidManifest.xml |
Anyone found a solution for this? Having the issue on release but working fine on debug. |
When I use legu to reinforce my app, i meet this question.
The text was updated successfully, but these errors were encountered: