1. Added adb path to ~ / .bash_profile
export PATH="/Users/myname/Library/Android/sdk/platform-tools:$PATH"
2. Log in to the emulator
adb -s emulator-5554 shell
3. permission of application folder and parent folder has been changed
chmod 777 /data/data/com.me.myproject chmod 777 /data/data
4. Still can not get the material outside. Why?
adb -s emulator-5554 pull /data/data/com.me.myproject
source share