Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26298] Android 9: Cannot launch Emulator with API-level 28

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2018-08-14T16:06:54.000+0000
Affected Version/sn/a
Fix Version/sRelease 7.3.0
ComponentsAndroid, CLI
Labelsn/a
ReporterHans Knöchel
AssigneeGary Mathews
Created2018-08-14T09:06:04.000+0000
Updated2018-08-14T17:12:09.000+0000

Description

When trying to boot an Android emulator with API-level 28 (Android 9), the build fails with the following error:
[ERROR] Emulator exited with error: 1
[ERROR] PANIC: Missing emulator engine program for 'x86' CPU.
As a workaround, the emulator can be booted before and it works:
cd /path/to/android-sdk
cd emulator
./emulator -list-avds
./emulator -avd ID_OF_YOUR_EMULATOR

Comments

  1. Gary Mathews 2018-08-14

    This looks to be a duplicate of TIMOB-26126 The fix is in 7.3.0: https://github.com/appcelerator/node-titanium-sdk/pull/33
  2. Lokesh Choudhary 2018-08-14

    Closing as duplicate.

JSON Source