[0.9.14] Android flavors cause model file to be in wrong dir
See original GitHub issuei run my app with objectbox, and populate database in next run i must clean my project, and rebuild and run, in next run this exception occurred, this is bug or normal behavior ? if normal, this is problem, sometimes developer need clean project, what do need for that ? thanks
Unable to create application ****: io.objectbox.exception.DbException: Incoming entity ID 4:322973086687871121 does not match existing UID 430538273810174192
Issue Analytics
- State:
- Created 6 years ago
- Comments:22 (10 by maintainers)
Top Results From Across the Web
Using flavours in Android studio and - error with wrong ...
I think the problem is here: applicationId "com.myflavour.app". You define your applicationIs as com.myflavour.app in your build.gradle.
Read more >Configure build variants | Android Developers
Find out how you can configure build variants to create different versions of your app from a single project.
Read more >Gradle plugin does not propagate debug/release to ...
Gradle plugin does not propagate whether you are doing a debug build or a release build to a dependent android library. VERSION INFORMATION:...
Read more >Package List — Spack 0.20.0.dev0 documentation
Spack will search your current directory for the download files. ... graph that helps finding the process (or group of processes) that caused...
Read more >Bug listing with status RESOLVED with resolution NEEDINFO ...
... Bug:26809 - "AIC7890 causes problem with gentoo 1.4 (but not with ... No such file or directory" status:RESOLVED resolution:NEEDINFO severity:normal ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DJafari 0.9.15 is out - can you verify it resolves the issue? Thanks!
The bug is fixed that ObjectBox uses the wrong dir when using flavors. Other than that we deferred “model per flavor” to #149