I am assuming that , in the host machine , i can find a file calling $(PREFIX)/data/hello.apk
. But I did not find it , either in android-sdk-linux_x86/platforms/android-8/data
nor in ~/.android/avd/myA开发者_Go百科vd
`
When you do an adb push
, you're putting data inside of the on-device disk storage. This is in fact stocked into the emulator, as it would be stocked in the internal disk in a real phone. Why do you want to retrieve this file ?
Everything is there : http://developer.android.com/guide/topics/fundamentals.html
精彩评论