[TIMOB-27627] Android: Prevent snapshot failure from breaking build
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-11-26T21:43:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.0.0 |
Components | Android |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Gary Mathews |
Created | 2019-11-25T22:13:34.000+0000 |
Updated | 2019-11-26T21:43:16.000+0000 |
Description
- Depending on build platform, some snapshots may not be generated. This can cause issues as applications may attempt to load snapshots that don't exist.
- To resolve this, we need to implement a fallback for when snapshots do not exist for particular platforms.
master: https://github.com/appcelerator/titanium_mobile/pull/11367