You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Instant Run and multidex I'm always getting this error:
Caused by: info.quantumflux.model.util.QuantumFluxException: Could not find table information for Uri, make sure the model factory knows of this table:
Probably during QuantumFlux.initialize(this); instant run did not copy proper dex and your code did not find annotateded class.
The text was updated successfully, but these errors were encountered:
When using Instant Run and multidex I'm always getting this error:
Caused by: info.quantumflux.model.util.QuantumFluxException: Could not find table information for Uri, make sure the model factory knows of this table:
Probably during QuantumFlux.initialize(this); instant run did not copy proper dex and your code did not find annotateded class.
The text was updated successfully, but these errors were encountered: