android - Database not visible in DDMS folder when real device used instead of emulator -


i creating sample application create database, inserts data , displays in spinner.

for testing using android phone instead of emulator (as fedup slow response).

my problem application running succesfully spinner not displaying result unable view folder structure under ddms->data.

i confused whether database created or not, please suggest me how view database if use real device instead of emulatpor

you must start emulator, browse emulator files in ddms view select file explorer go data > data > com.your.package > databases > your_database_name , new tab appear data! won't work on real device.

you can pull/export database , analyse more sqlite browser

enjoy !


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -