Runtime error launching Titanium Android Emulator

Asked By 30 points N/A Posted on -
qa-featured

Hello,

First time I doing this, trying emulator from my Android, not done this before. When I try to launch Titanium Android Emulator it encountered a problem. This means I need to update my version or I need to go back to old version. The message in the log file is empty or blank. Don’t understand it. Anyone can help me to fix this problem. Thanks.

Problem Occurred

‘Launching Titanium Android Emulator – androidfacebook’ has encountered a problem.

This launch uses Av8 Android Runtime, which require Android 2.2 SDK and above.

Please edit your launch configuration to select a compatible SDK.

[This launch uses Av8 Android Runtime, which require Android 2.2 SDK and above.

Please edit your launch configuration to select a compatible SDK.]

SHARE
Answered By 590495 points N/A #187845

Runtime error launching Titanium Android Emulator

qa-featured

The error message means running the Titanium Android Emulator requires Android 2.2 SDK or Software Development Kit because the emulator utilizes the V8 Android Runtime which is available in Android 2.2 SDK. It also means that you don’t have Android 2.2 SDK on your computer that’s why the emulator cannot run and can only be fixed if you install Android 2.2 SDK or maybe later.

To fix your problem, download the Software Development Kit from Get the Android SDK. Since you only require the SDK component, download from the SDK Tools Only section at the bottom of the page. The download provided in the ADT Bundle section is designed for developers who need a complete package. This SDK download for Mac already works on x86 and x64 Mac OS X.

Once the latest Android SDK is installed, run the Titanium Android Emulator again and it should work this time.

Related Questions