语言

Menu
Sites
Language
IDE cannot be started

 Hi ,dear all

     I cannot start the emulator . it always show the hint about "Booting the kernel. "   If anyone  encounter this problem? what should i do to crack it.

     much Thanks!

    PS:the operation system:window 7

           I had install the SDK successfully.

           java version "1.7.0_45"

       

响应

2 回复
Marco Buettner

https://developer.tizen.org/forums/sdk-ide/always-show-booting-kernal.-on-emulator.sdk-2.1

T S

Hi
Please try below steps on Windows:

1. Start emulator.
2. Execute follow command on host shell after some time (SDB in guest should be launched).
    a. "$[SDK_PATH]/tools/sdb root on"
3. Run SDB shell.
    a. "$[SDK_PATH]/tools/sdb shell"
4. Edit "user-session@.service" file
    a. "$[SDK_PATH]/tools/sdb -e pull /usr/lib/systemd/system/user-session@.service user-session@.service"
    b. Edit it using Notepad++  and push it back
        Modify "Type=notify" to "Type=oneshot"
    c. "$[SDK_PATH]/tools/sdb push user-session@.service /usr/lib/systemd/system/user-session@.service"          
5. Verify the changes using below command
    a. "$[SDK_PATH]/tools/sdb shell"
    b. "cat /usr/lib/systemd/system/user-session@.service"
6. Close SDB shell and restart emulator

~Sanjana T S