Objectbox-java: error: cannot find symbol variable MyObjectBox

Created on 16 Jul 2017  路  2Comments  路  Source: objectbox/objectbox-java

hy im new in android programming, i have issue with MyObjectBox class not rendered and this my gradle
project.build
https://gist.github.com/anonymous/0dd00926385ca89ace30fac7d635e23d
project.build
https://gist.github.com/anonymous/2d3541cac25a4912a98524d338faffee

Most helpful comment

You need to create at least one model class with @Entity annotation before go to Build > Make project

All 2 comments

You need to create at least one model class with @Entity annotation before go to Build > Make project

Not @entity, Its @Entity.

Was this page helpful?
0 / 5 - 0 ratings