[TIMOB-19420] Android: Scons crash when target for API 23
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-08-31T01:58:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.0.0 |
Components | Android |
Labels | n/a |
Reporter | Hieu Pham |
Assignee | Hieu Pham |
Created | 2015-08-27T21:48:03.000+0000 |
Updated | 2017-03-20T17:56:59.000+0000 |
Description
Scons crashes with multiple errors when change the target build SDK to 23.
Step to reproduce:
1.Install SDK 23 via Android SDK Manager.
2. in SConstruct file (Titanium_Mobile -> SConstruct), modify android_sdk to 23 (this line):
sdk = AndroidSDK(ARGUMENTS.get("android_sdk", None), 23)
3. run scons and observe crash.
master PR: https://github.com/appcelerator/titanium_mobile/pull/7079
FR done on device with Final Preview M. Builds with no problem.
PR Merged.
Closing ticket as fixed.