I alredy checked all th questions and nothing seems help , my problem is the database works fine with the emulator using the absolute path of the database :
String path = "/data/data/com.example.??/databases/database.db";
but when i export it as apk file the the device can't open or find the database with that path !
is that mean when i export it the real path will change ? or just i need to copy my database to specified folder in the device ,, ? can any one help me with this ,, thanks !