-
Notifications
You must be signed in to change notification settings - Fork 50
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
Auto generated file issue AppDatabase_Impl.java #124
Comments
Hello @hardilundavia Thank you for using Lassi Picker. Can you please share more details about your issue? Could you also give us the details of the below versions?
|
Thank you for quick reply @sanjay-mi , yes sure , below is the details Room version : 2.6.1 |
Hello @hardilundavia We have tried to regenerate the issue but we are not been able to reproduce it. |
For track that issue what should I have to do ? |
Please share your AppDatabase class code. |
@database(entities = [DoorEntity::class], version = 1) i have this line in my app database file |
\data\room\AppDatabase_Impl.java:53: error: onCreate(SupportSQLiteDatabase) in <anonymous com.farefood.cooker.data.room.AppDatabase_Impl$1> cannot override onCreate(SupportSQLiteDatabase) in Delegate
protected void onCreate(SupportSQLiteDatabase _db) {
^
attempting to assign weaker access privileges; was public
D:\Gaurav Project\Cooker\app\build\generated\source\kapt\debug\com\farefood\cooker\data\room\AppDatabase_Impl.java:82: error: onValidateSchema(SupportSQLiteDatabase) in <anonymous com.farefood.cooker.data.room.AppDatabase_Impl$1> cannot override onValidateSchema(SupportSQLiteDatabase) in Delegate
protected RoomOpenHelper.ValidationResult onValidateSchema(SupportSQLiteDatabase _db) {
^
attempting to assign weaker access privileges; was public
Unable to update auto generated file methods so I have clean and rebuild , update room version and invalidate cache .
when add library in gradle and try to run app at that time above error faced
The text was updated successfully, but these errors were encountered: