Generate Duplicate Class In Greenado In Android
why create duplicate package when generate library greenado? this is generator private static final String PROJECT_DIR = System.getProperty('user.dir'); public static void m
Solution 1:
If you are using greenDAO 3.x Comment out the apply plugin: 'org.greenrobot.greendao' in your gradle file. Because it tries to generate the classes all over again.
So its either you use the greenDAO class generator or apply plugin: 'org.greenrobot.greendao'. You can't use both in 3.x
Post a Comment for "Generate Duplicate Class In Greenado In Android"