Home > Mobile >  AndroidStudio development, copy data to AVD virtual machine
AndroidStudio development, copy data to AVD virtual machine

Time:04-13

Android Studio 4.1 development, want to copy data to AVD virtual machine, use the command: adb push D: \ AndroidStudioProject \ Adnroid \ data \ XXX
Prompt read-only system, can not copy the data into, 11, the virtual machine is an Android online to find that a variety of root system, su elevate privileges and other commands, still can't solve, hope god help, very grateful,

CodePudding user response:

The adb push local path sdcard/SD card

CodePudding user response:

D: \ AndroidSDK \ platform - tools> The adb push D: \ AndroidStudioProject \ test db/sdcard
D: \ AndroidStudioProject \ test. The db: 1 file pushed, 0 skipped. 22.4 MB/s (36864 bytes in 0.002 s)
This is a success, how do I find this test. The db files, then he copied to another directory, such as copy to/Android/data under?
  • Related