where is the file location of current production?
/data/data/your.app.package.goes.here/files/
how to list all the files,
C:\Dev\adt-bundle-windows-x86_64-20130917\sdk\platform-tools>adb shell ls /data/data/your.app.package.goes.here/files/ -R
/data/data/your.app.package.goes.here/files/
how to list all the files,
C:\Dev\adt-bundle-windows-x86_64-20130917\sdk\platform-tools>adb shell ls /data/data/your.app.package.goes.here/files/ -R
Comments
Post a Comment