2

I have successfully installed the Android SDK and also linked the SDK Manager to the SDK path. Then I have created the AVD of API 8 and it's done. But while I am going to start the Virtual Device it's not started and gives me error like "@foo" can not started, commend line error, and also give me hint: open @foo for virtual device.

What exactly is 'foo'?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Shreyash Mahajan
  • 23,386
  • 35
  • 116
  • 188

1 Answers1

1

Spaces may be contained in the installation path of Android SDK.

You may move it under a path with no space in it.

hhua
  • 59
  • 1
  • 3