While developing an android app it is useful to access the app directory which is stored in /data/data. Without rooting the phone you can access the files with adb:

adb shell
run-as com.your.packagename
cd com.your.packagename