Yogi wrote:
> I have facing some problem to launch the emulator after integartion.
> When i am trying the following command:
> ~/bin# out/host/linux-x86/bin/emulator
> Cannot locate system directory, which contains 'system.img' and other
> system files.  Please specify one by using '-system <directory>' or by
> defining the environment variable ANDROID_PRODUCT_OUT.

Do this:

. build/envsetup.sh
lunch 1

That will set up the environment correctly, so all you need to do is:

emulator

...and it'll run the emulator with the right parameters. See here for
more information:

http://source.android.com/using-eclipse

(Also, make sure the SDK is *not* on your path, or might get the SDK
emulator instead, which may not work.)

-- 
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ ⍎'⎕',∊N⍴⊂S←'←⎕←(3=T)⋎M⋏2=T←⊃+/(V⌽"⊂M),(V⊝"M),(V,⌽V)⌽"(V,V←1⎺1)⊝"⊂M)'
│ --- Conway's Game Of Life, in one line of APL

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to