Question

These is my AVD:

enter image description here

In these Command Prompt,I am installed YouTube.apk.That was successfully installed.

enter image description here

But my problem is it wasn't stored in SdCard.But it is stored in internal memory.

enter image description here

I need to store that YouTube apk file to my Sdcard. is there any possibilities.Thank You.

Was it helpful?

Solution 2

Finally I am come up with the answer by following these steps:

  1. I created the new AVD by deleting the existing AVD.

  2. Then push the apk file by:

    windows->Open Perspective->DDMS.

    image

  3. Finally we need to install these apk with the help of command prompt.place your apk file in android->sdk->platform-tools

    enter image description here

    adb install filename.apk command used to install the apk file.

    Now,Apk file would be stored in sdcard.That apk file would be installed successfully by command prompt.

OTHER TIPS

The location where any application is stored depends on certain setting set during development viz. "android:installLocation" in the Android manifest. You cannot move all apps to the SD Card. Let me know if you need more details on this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top