//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