Open pishguy opened 8 years ago
I guess you are using Android studio and Gradle 2.0+. you can specify your Model classes explicitely in your AndroidManifest: <meta-data android:name="AA_MODELS" android:value="com.myapp.model.Item, com.myapp.model.Category" />
@leezx1993 this library supported yet? or not?
you can specify your Model classes explicitely in your AndroidManifest: android:name="AA_MODELS" android:value="com.myapp.model.Item, com.myapp.model.Category" /> it will work well~
still its not working.. same error
same error
I'm trying to implementing
ActiveAndroid
library on my project, after read more documentation about that, i get this error when i try to save data on databaseManifest:
Application
class:DataBase model:
and then using that: