November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Category Archives: air for android
SQLite – open and openAsync methods NOT create folders for created database file
If you run into problems with connecting to the database and you are using open or openAsync with CREATE mode then check if folder location exists for your database file, following code will generate SQLError SQLError: ’Error #3125: Unable to … Continue reading
Posted in actionscript, air for android, flash, SQLite3 (in AIR)
Tagged actionscript3, air, air for android, createDirectory, detailID:’1001’, Error #3125, SQLConection, SQLError, SQLite
Comments Off on SQLite – open and openAsync methods NOT create folders for created database file
Saving on SDCARD
When your application will try to save any data on sdcard using either of: and you notice that you can’t to do so then unplug your device from your PC:)
Posted in air for android, android
Tagged air for android, android, File, sdcard
Comments Off on Saving on SDCARD