You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, thanks for this example, I'm trying to build an App using this example.
I'll use a local DB so I'm using what you build with Greendao but I'm facing problems with your DaoMaster class. In your DbOpenHelper.java you use a class called DaoMaster located on your model package (as your import says)
@adriamt These two classes are generated by annotation processor when you build your project.
Clean and rebuild your project. You will find these classes under the build->generated->source->apt
Hi, first of all, thanks for this example, I'm trying to build an App using this example.
I'll use a local DB so I'm using what you build with Greendao but I'm facing problems with your DaoMaster class. In your DbOpenHelper.java you use a class called DaoMaster located on your model package (as your import says)
But there isn't such class in your model package. The same goes for DaoSession class.
Could you provide these two files?
Thanks
The text was updated successfully, but these errors were encountered: