[android-developers] Re: run simulator innormally & build project error on eclipse

2009-02-24 Thread Roy Zhang
Sir: I do as following: emulator -datadir ./userdata/ it reports :"emulator: ERROR: bad workspace: cannot find prebuilt kernel in: /home/royzhang/android/cupcake/out/debug/prebuilt/android-arm/kernel/kernel-qemu" Please help me In addition, build with eclipse, the eclipse reports:"Description

[android-developers] Re: help to start simulator that built by myself

2009-02-24 Thread Roy Zhang
Hi, I do as following: >. build/envsetup >lunch 2 >make >simulator About steps result in can load simulator normally while not run normally do as following: >. build/envsetup >lunch 1 >make sdk >eclipse Above steps results in many build errors as followng DescriptionResourcePath

[android-developers] help to start simulator that built by myself

2009-02-24 Thread Roy Zhang
Hi, I download android`s codes and build it for simulator. The simulator can be launched successfully, but it always popup "SORRY! Application Messaging (in process com.android.Message)...", or similar popup information. Do u know how to resolve it? By the way, how can I integrate it with ecli