[TIMOB-26753] Android: Setter/getter deprecation warnings about API's that are not used (SDK 8+)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2019-01-20T14:14:26.000+0000 |
Updated | 2019-11-21T18:42:32.000+0000 |
Description
When using SDK 8+ for one of my side-projects on Android, I received two warnings that cannot come from my code:
[WARN] 2DMatrix: (main) [86,86] Ti.UI.2DMatrix DEPRECATED in 8.0.0, in favor of Ti.UI.Matrix2D
[WARN] UIModule: Automatic setter methods for properties are deprecated in SDK 8.0.0 and will be removed in SDK 9.0.0. Please modify the property in standard JS style: obj.backgroundColor = value; or obj['backgroundColor'] = value;
It can be reproduced using [this project](https://github.com/hansemannn/studentenfutter-app).
No comments