[Issue] Can't install Eclipse Plugin, prompt that a new version has been installed. [Sulotion] May be you have installed Android SDK of new version, you need to remove the Android SDK, or use a clean Eclipse (have not installed any plugin into it) for OPhone development.
[Issue] When to launch emulator with "/tools/emulator -avd OMS -skin HVGA" (avd OMS was created with "/tools/android create avd -n OMS -t 1"), the following error message display: emulator: ERROR: could not find required kernel image (kernel-qemu) emulator: Maybe defining ANDROID_SDK_ROOT to point to a valid SDK installation path might help? [Solution] You may create the avd with a mismatching OPhone sdk. For example, you created the avd OMS with OPhone sdk 1.0, but you launch emulator under OPhone sdk 1.5. To resolve the issue, juse remove ~/.android/avd/OMS.*, and create avd under current OPhone sdk again.