im creating a mobile project with flex builder for android. It contains a (SQLITE) database. Debugging on desktop working well, ive trying debugging on device its working until the access to database, is breaking, cant find the database.
1.Must i copy the database manualy from my windows7 ....AppData/Roaming/myfolder/to android device? How?
2.Must i set any option in debugger of Flex builder to include the database for debugging on device? How?
3.What is the easyest way? or its not possible?