stivlo
stivlo

Reputation: 85526

Android Emulator freezes at startup on Windows 7

I've installed Android SDK in Eclipse Indigo on Windows 7 64 bit, but when I try to start the emulator, it freezes and the screen remains black (I tried to wait for over 20 minutes).

I already tried deleting and recreating the emulator as suggested in other posts, I also tried to restart Eclipse and even the whole OS.

My Java version is 1.6.0_26 64 bit, and Eclipse is 64 bit version too. Should I use 32 bit versions? Or if not, how to solve?

Upvotes: 1

Views: 1499

Answers (2)

Mark
Mark

Reputation: 86

I suggest you switch to 32-bit; when I used 64-bit I had problems.

  • When you create the emulator, enter the size of the SD Card, eg: 32 MB

  • In the Hardware section, add support for SD Card

Upvotes: 1

Ted Hopp
Ted Hopp

Reputation: 234847

You also need to install the 32-bit JRE. I believe that you can continue using the 64-bit version of Eclipse. Alternatively, see this thread.

Upvotes: 1

Related Questions