I need to create a sqlite db at a specific location in android where i can access it easily using a file explorer. I do not want the sqlite db created to be in the default /data
Solved. Using SushiHangover's method,there is an addition step that needs to be done so that the app can access the storage as below:
After deploying your app into android device:
Settings->[your App]