I meet a file problem reading dwg file on Android system. The temporarily files generated on initialing the OdDb cannot be deleted after close the software.

  1. FAQ
  2. »
  3. Android and iOS

Dwg file reading and rendering does not create temporary files and does not use sqlite. Temporary files can be created for writing undo information. To prevent it you can try pDb->disableUndoRecording(true).

Such temporary files are created by DWF Toolkit which uses sqlite (based on file name prefix).

More information in API Reference