I deployed an application for Android which is successfully running on emulator. But, when I try to run on real device (My device is Acer A200, tablet), my application always forced stop. The requirement of the operating system is no problem.
The error in logcat when I tried to run on real device is :
07-16 15:09:20.870: I/SqliteDatabaseCpp(780): sqlite returned: error code = 1, msg = no such table: kategori, db=/data/data/com.mroring.belajarperancis/databases/MY_DATABASE
I think the application didn't install the database correctly. What should I do ? Thanks in advance :)