{ "id": "170208", "key": "TIMOB-25475", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-11-02T15:48:38.000+0000", "created": "2017-11-02T12:46:20.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "19906", "description": "", "name": "Release 6.3.0", "archived": false, "released": true, "releaseDate": "2017-11-01" } ], "issuelinks": [], "assignee": null, "updated": "2018-08-06T17:37:01.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "When running `node scons.js cleanbuild -a 25` in order to make a custom Titanium sdk build, the following error occurs:\r\n\r\n{noformat}\r\n[javac] \t ^\r\n[javac] symbol: variable AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE\r\n [javac] location: class View\r\n[javac] /Users/richard/Code/Inzdr/titanium_mobile/android/modules/ui/src/java/ti/modules/titanium/ui/UIModule.java:95: error: cannot find symbol\r\n[javac] \t@Kroll.constant public static final String AUTOFILL_TYPE_CARD_EXPIRATION_DAY = View.AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY;\r\n [javac] \t ^\r\n[javac] symbol: variable AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY\r\n [javac] location: class View\r\n[javac] /Users/richard/Code/Inzdr/titanium_mobile/android/modules/ui/src/java/ti/modules/titanium/ui/UIModule.java:96: error: cannot find symbol\r\n[javac] \t@Kroll.constant public static final String AUTOFILL_TYPE_CARD_EXPIRATION_MONTH = View.AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH;\r\n [javac] \t ^\r\n[javac] symbol: variable AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH\r\n [javac] location: class View\r\n[javac] /Users/richard/Code/Inzdr/titanium_mobile/android/modules/ui/src/java/ti/modules/titanium/ui/UIModule.java:97: error: cannot find symbol\r\n[javac] \t@Kroll.constant public static final String AUTOFILL_TYPE_CARD_EXPIRATION_YEAR = View.AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR;\r\n[javac] \t ^\r\n [javac] symbol: variable AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR\r\n [javac] location: class View\r\n[javac] Note: Some input files use or override a deprecated API.\r\n[javac] Note: Recompile with -Xlint:deprecation for details.\r\n[javac] Note: Some input files use unchecked or unsafe operations.\r\n[javac] Note: Recompile with -Xlint:unchecked for details.\r\n[javac] 17 errors\r\n[javac] 1 warning\r\n{noformat}", "attachment": [], "flagged": false, "summary": "SDK Android build fails on 6.3.X branch", "creator": { "name": "rlustemberg", "key": "rlustemberg", "displayName": "Richard Lustemberg", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "rlustemberg", "key": "rlustemberg", "displayName": "Richard Lustemberg", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Mac OS High Sierra 10.13\r\nandroid-ndk-r12b ,\r\nandroid-25 \r\njava version \"1.8.0_144\"", "closedSprints": [ { "id": 963, "state": "closed", "name": "2017 Sprint 22 SDK", "startDate": "2017-10-22T21:43:59.523Z", "endDate": "2017-11-05T22:43:00.000Z", "completeDate": "2017-11-06T16:33:42.425Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "430004", "author": { "name": "rlustemberg", "key": "rlustemberg", "displayName": "Richard Lustemberg", "active": true, "timeZone": "Europe/Berlin" }, "body": "This sdk requires api level 26, which I had not installed (thought I had but I had only the build tools v.26). Done that it builds just fine.", "updateAuthor": { "name": "rlustemberg", "key": "rlustemberg", "displayName": "Richard Lustemberg", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-11-02T14:06:21.000+0000", "updated": "2017-11-02T14:06:21.000+0000" }, { "id": "430007", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~gmathews] I think we require API-level 25 for building right now, not 26. Will we require 26+ in SDK 7.0.0? If so, this should become obsolete. Thanks for reporting [~rlustemberg]!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-11-02T14:50:20.000+0000", "updated": "2017-11-02T14:50:20.000+0000" }, { "id": "430012", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We require SDK 26 to build since we have API 26 specific features (autofill).", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-02T15:47:57.000+0000", "updated": "2017-11-02T15:47:57.000+0000" }, { "id": "430013", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~gmathews] But shouldn't the CLI error then before?", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-11-02T15:51:10.000+0000", "updated": "2017-11-02T15:51:10.000+0000" }, { "id": "430016", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~hknoechel] This isn't an error from the CLI, this is just our node scons scripts; this is expected.", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-11-02T16:01:07.000+0000", "updated": "2017-11-02T16:01:07.000+0000" }, { "id": "430017", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Ohh, I oversaw the first sentence. All good then!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-11-02T16:03:21.000+0000", "updated": "2017-11-02T16:03:21.000+0000" }, { "id": "439909", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as invalid. If incorrect, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:37:01.000+0000", "updated": "2018-08-06T17:37:01.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }