[TIMOB-26298] Android 9: Cannot launch Emulator with API-level 28
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2018-08-14T16:06:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 7.3.0 |
Components | Android, CLI |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Gary Mathews |
Created | 2018-08-14T09:06:04.000+0000 |
Updated | 2018-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
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
Closing as duplicate.