1

During launching the AVD, I am getting error as "emulator: ERROR: No initial system image for this configuration!". I have downloaded the sdk ADT bundle for window from http://developer.android.com/sdk/index. Please help in removing the error.

Ambuj
  • 63
  • 1
  • 7

2 Answers2

1

Deleting the system image files and re-installing them from the sdk manager worked out for me.

Kartel
  • 11
  • 1
0

Go to the SDK manager and check if the components have been downloaded properly or not.

For further details, check here.

Taken from here.

Community
  • 1
  • 1
Ahmed Zafar
  • 665
  • 2
  • 10
  • 24
  • It seems that image file inside sdk bundle got corrupted during extracting as i had got some error during extraction. Thanks. The link provided by you "https://code.google.com/p/android/issues/detail?id=40824" was really helpful. – Ambuj Aug 19 '13 at 05:32
  • I was missing other dependencies, this command helped me, sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \ lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \ libgl1-mesa-dev libxml2-utils xsltproc unzip – user3826306 Sep 13 '17 at 13:27