android - installing APK via ADB hangs the emulator -


I'm trying to install FBAndroid-3.9.apk in the emulator via command

  ADB FBDride-3.9.Ep install   

but it takes forever and then the emulator hangs out.

I do not know what I have done for the following reasons

  1. Start the emulator with a larger ancestral size
    emulator @ test-no-boot-anim -partition-size 256 (same problem)

  2. One Similar results set in the new emulator

    Please help me in advance thanks.

    Just increase the internal storage of your emulator and try again. After working with the emulator properly try to install APK I had the same problem last week but I increased it to 512 and the problem was resolved.

    Hope this will help you.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -