[TIMOB-12770] CLI: Default android AVD is out of sync with Studio
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-08-27T02:47:43.000+0000 |
Affected Version/s | Release 3.0.2 |
Fix Version/s | n/a |
Components | n/a |
Labels | qe-sdk3.0.2 |
Reporter | Eric Merriman |
Assignee | Eric Merriman |
Created | 2013-02-16T02:15:46.000+0000 |
Updated | 2017-03-23T21:33:52.000+0000 |
Description
If you do not pass in an AVD ID and skin, the default is ID 7 and HVGA. The minimum claimed by studio is "android-8" and since the ID varies by installation, it's possible to not get this as intended.
Steps to reproduce:
1) Remove android api 7 (OS 2.1) if installed
2) Create a new project
3) run command ti build -p android
Result:
Failure to launch expected AVD in some cases
Expected:
Android API 8 will launch
Attachments
Please see attachment with log.txt
This is so old. Titanium 3.2.0 included a completely new Android build system where it tries to find the best emulator for the target SDK and Google APIs (if applicable). Plus you can now specific a specific device instead of a ID and skin.
Closing ticket as invalid with reference to the previous comments.