ajitandroid26
Lurker
Hi All,
I am creating the sqlite database on the default path.
From the emulator I am able to find the database file.
But When I am installing in the device the database is getting created but I am not able to browse to the /data/data/<My package Name>/databases/database name folder.
Even from the device I am not able to browse to the /data folder
through the adb shell commnd its giving the permission denied error.
So how to see the sqlite database file created in the default path in the device?
Please help me...
Thanks & Regards,
Ajit
I am creating the sqlite database on the default path.
From the emulator I am able to find the database file.
But When I am installing in the device the database is getting created but I am not able to browse to the /data/data/<My package Name>/databases/database name folder.
Even from the device I am not able to browse to the /data folder
through the adb shell commnd its giving the permission denied error.
So how to see the sqlite database file created in the default path in the device?
Please help me...
Thanks & Regards,
Ajit