In AVD emulator how to see sdcard folder? and Install apk to AVD?

后端 未结 10 1301
旧巷少年郎
旧巷少年郎 2020-12-12 17:58

I have created an Android emulator (Android Virtual Device), but I am unable to find out the SD card I have built during creation of this.

10条回答
  •  执念已碎
    2020-12-12 18:32

    //in linux

    // in your home folder .android hidden folder is there go to that there you can find the avd folder open that and check your avd name that you created open that and you can see the sdcard.img that is your sdcard file.

    //To install apk in linux

    $adb install ./yourfolder/myapkfile.apk
    

提交回复
热议问题