Languages

Menu
Sites
Language
After updated SDK 2.4 yesterday Error - Accelerator not found ; Failed luanch emulator

-

Edited by: Kilim A on 01 Oct, 2016

Responses

1 Replies
Armaan-Ul- Islam

Hello,

'Accelerator not found' is most probably installation issue .

1. Please share 'OS' & 'Java' Version you are working on.

2.You have to use 'Oracle JDK 8' instead of 'Open JDK'. Tizen emulator runs on Java QEMU(Quick Emulator) Engine.

Please check the Installation Guide.

https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites

https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio

image loading problem

3. Run 'package-manager' & uninstall the emulator (if already Installed).

image loading problem

3.Please recheck the repository:'http://download.tizen.org/sdk/tizenstudio' from config by clicking on the 'gear' icon

image loading problem

image loading problem

4.Install the emulator.

image loading problem

5.Run emulator manager. Create new emulator on mobile-2.4 platform. If emulator runs slow -> go to Advance> HW Support >GPU >Off

image loading problem

6. If still issue occurs run command to launch emulator.

$ cd <tizen-studio-directory>/tools/emulator/bin

$ ./em-cli create -n emulatorName -p mobile-2.4

$ ./em-cli launch -n emuLatorName

image loading problem

Thank You.