1

If I run:

adb backup -apk -shared -all -f \Path\to\backup.ab

Can I then later extract the .ab file on OSX to view and edit individual files?

codecowboy
  • 191
  • 1
  • 10
  • You already answered it by yourself. However, I must add this too http://android.stackexchange.com/questions/75360/is-it-possible-to-backup-apk-from-an-installed-application/75436#75436 – Firelord Apr 25 '15 at 13:36

1 Answers1

1

It looks like this tool might be able to do this. A search for 'android backup extractor' also returns a couple of alternatives

codecowboy
  • 191
  • 1
  • 10