I am currently working with android and sqlite database. I have attached the database to eclipse like File explorer/data/data/mypackage/database.. This is working fine. But when i am attaching the database to data/sdcard to run the app on mobile.
I got the null pointer exception. No tableName Abc is found. Can anybody tell me?? Why this is happening and how can i resolve this problem???