android - adb: error: remote object '/data/data/com.me.myproject' does not exist -


1. added adb path ~/.bash_profile

export path="/users/myname/library/android/sdk/platform-tools:$path" 

2. logged in emulator

adb -s emulator-5554 shell 

3. changed permission of app folder , parent folder

chmod 777 /data/data/com.me.myproject chmod 777 /data/data 

4. still can not stuff outside. why?

adb -s emulator-5554 pull /data/data/com.me.myproject 

i have same problem , don't know how resolve, , did this:

  1. adb shell , run-as package (not rooted device)
  2. cp 'database/xx.db /sdcard/xx.db'
  3. adb pull /sdcard/xx.db

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -