Android AVD not showing anything. only “ANDROID” in the middle of the screen

前端 未结 10 1293
礼貌的吻别
礼貌的吻别 2021-01-01 09:17

I am an Android Newbie! please help.

I have been following googles introduction tutorial and managed to install everything with no problems. but whenever i try to ru

相关标签:
10条回答
  • 2021-01-01 09:42

    I had the same problem but I fixed it by deleting .android folder from C:\Users\User\

    Now everytime I start Eclipse or AVD, I delete that folder. After that everything works charm.

    OPTIONAL : If the problem still persists, try to clone the NEXUS S AVD.

    0 讨论(0)
  • 2021-01-01 09:45

    Occasionally i've found that it just hangs up on the loading screen, and if you restart it, it comes right. Also, from memory it can take awful long to load first time.

    0 讨论(0)
  • 2021-01-01 09:46

    Stop the emulator --> Open ADV Manager --> Edit the Virtual device --> Click Show Advanced Settings --> Set the Ram size 512mb --> Start the emulator

    0 讨论(0)
  • 2021-01-01 09:47

    It is quicker to export the file to your phone using USB cable, install it by selecting the .apk file with a file manager and run it from your phone. This also gives you "real" simulations of the app. It is quicker also. If your app has flaws, it is quicker to find them on your phone then wait for the AVD to load only to find your app doesn't work!

    1. Goto File -> Export, select android folder then android application.
    2. On the next page, select the application you want to export.
    3. Create a keyfile and an alias.
    4. Eject your phone, then open your file manager of choice, and click on the app.
    5. Run using android package installer, you will need to enable no market application install in your settings
    6. Open the app after the install is complete.
    0 讨论(0)
提交回复
热议问题