Park Jun-Hong
Park Jun-Hong

Reputation: 103

Freezing while creating a new AVD

The point is that I want to create a new AVD. Until now, I installed an Android SDK provided by Google inc. Also, I installed features required to create an AVD.

So, I start to create an new AVD.

  1. Input a name >> KKOT
  2. Select a target >> Android 4.0 - API Level 14
  3. Input SD Card Size >> 32
  4. Select Skin >> Built-in: Default (WVGA800)
  5. Push a button 'Create AVD'

But, as soon as I am on step 5, it freezes.

Environment:

Upvotes: 0

Views: 695

Answers (1)

Yury
Yury

Reputation: 20936

You cannot use JDK 7 with Android SDK! Please use JDK 5 or JDK 6 (I recommend to use JDK 6).

Upvotes: 1

Related Questions