On android systems, will manually created databases export when the apk is built?

Joey

New member
I'm developing an android application for a class and I have to show my professor for a grade. I can't seem to get adb to recognize the phone, I've tried using USBDeview and uninstalling the drivers it says it has. But nothing is working. I can use one of the dev phones at school if worse comes to worse. I have created my application using sqlite3 from the command line and run it on the emulator device. My question is that since I manually created the databases, will they exist when the application get's exported. I did not use the sqlhelper classes to build anything and I hope this won't leave me without a paddle. Any help is much appreciated.
 
Back
Top