[TIMOB-24698] Android: Unable to find default AVD emulator from CLI
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-05-16T22:57:53.000+0000 |
Affected Version/s | Release 6.0.4 |
Fix Version/s | Release 6.1.0 |
Components | CLI |
Labels | qe-6.1.0, regression |
Reporter | Abir Mukherjee |
Assignee | Chris Barber |
Created | 2017-05-15T23:24:28.000+0000 |
Updated | 2017-05-16T23:43:59.000+0000 |
Description
*Description*
When building an Android app with "appc run" without specifying a particular emulator, a default emulator should automatically launch. Instead an error is occurring. This is a regression. This bug is not present in SDK 6.0.3.GA.
*Steps to reproduce*
From the CLI:
1. appc new
2. cd to the project.
3. appc run
4. Choose android.
5. Wait for app to launch on an emulator.
*Result*
AVD emulator does not launch. A Genymotion emulator is attempted to be launched but fails. Attached logs contain the failures.
*Expected Result*
The default AVD emulator should launch.
Attachments
TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/9064 TiSDK 6_1_X PR: https://github.com/appcelerator/titanium_mobile/pull/9065
Passed FR with this environment: Node Version: 6.10.1 NPM Version: 3.10.10 Mac OS: 10.12.4 Appc CLI: 6.2.1 Appc CLI NPM: 4.2.9 Titanium SDK version: 6.1.0.v20170516141810 Xcode 8.3.2 I typed "appc run", and selected android. A default emulator was chosen and the app ran as expected. Closing ticket, as changes are seen in: 6.2.0.v20170516155434 6.1.0.v20170516160822