Skip to content
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

Missing DaoMaster #69

Open
adriamt opened this issue Apr 24, 2018 · 1 comment
Open

Missing DaoMaster #69

adriamt opened this issue Apr 24, 2018 · 1 comment

Comments

@adriamt
Copy link

adriamt commented Apr 24, 2018

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)

import com.mindorks.framework.mvp.data.db.model.DaoMaster;

But there isn't such class in your model package. The same goes for DaoSession class.
Could you provide these two files?

Thanks

@janishar
Copy link
Owner

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants