{ "id": "163827", "key": "TIMOB-24005", "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": [ { "id": "16980", "description": "New V8", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-15" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-10-26T14:50:25.000+0000", "created": "2016-10-07T19:31:38.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "cb-tooling" ], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-08-06T17:49:13.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": "10207", "name": "Tooling" } ], "description": "h5.Issue description \r\n\r\nCustomer is trying to build an Titanium Android module. The default manifest file contains \"architectures: armeabi armeabi-v7a x86\". When customer removes the x86 from this list he get the following error:\r\n{code}\r\ncheck.build.arch:\r\n [echo] Architectures in manifest: armeabi armeabi-v7a\r\n [echo] Compiled binary architectures: armeabi;armeabi-v7a;x86\r\n\r\nBUILD FAILED\r\n/Users/collinprice/Library/Application Support/Titanium/mobilesdk/osx/5.3.0.GA/module/android/build.xml:376: The following error occurred while executing this line:\r\n/Users/collinprice/Library/Application \r\nSupport/Titanium/mobilesdk/osx/5.3.0.GA/module/android/build.xml:378: There is discrepancy between the architectures specified in manifest and compiled binary.\r\n{code}\r\n\r\nAndroid module contains a shared object (.so) file that does not support the ABI x86 (why?). \r\n\r\nh5.Steps to reproduce\r\n\r\n# Create appc module running appc new command\r\n# Change the architecture list in the manifest file:\r\nDefault:\r\narchitectures: armeabi armeabi-v7a x86\r\nWhat customer want:\r\narchitectures: armeabi armeabi-v7a\r\n# Looks like the issue is with the compilation of the module. When you run \"ant\" to compile the module I am getting the BUILD FAILED error.\r\n\r\n", "attachment": [ { "id": "60599", "filename": "arch-test-log.txt", "author": { "name": "rramirez", "key": "rramirez", "displayName": " Ricardo Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-10-24T19:51:38.000+0000", "size": 40459, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android: Architectures - armeabi armeabi-v7a cause build error at compiling module", "creator": { "name": "rramirez", "key": "rramirez", "displayName": " Ricardo Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rramirez", "key": "rramirez", "displayName": " Ricardo Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 732, "state": "closed", "name": "2016 Sprint 21 Tooling", "startDate": "2016-10-08T00:54:00.000Z", "endDate": "2016-10-22T00:54:00.000Z", "completeDate": "2016-10-24T04:18:13.798Z", "originBoardId": 199 } ], "comment": { "comments": [ { "id": "398622", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8501\r\n\r\nTo test, create a Titanium module, edit the {{manifest}} and change the \"architectures\" line to {{architectures: armeabi-v7a}}, then {{cd android && ti build -p android --build-only}}. Verify the {{libs}} and {{dist/.zip}} file only contains the desired architectures.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-10-11T20:51:29.000+0000", "updated": "2016-10-11T20:51:29.000+0000" }, { "id": "398644", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "We need a backport for this on 6.0.0 :) [~cbarber]\r\n\r\nTo test using appc, you can follow the above instructions but instead,\r\n1. appc new (choose timodule)\r\n2. edit the manifest\r\n3. cd android && appc run -p android --build-only\r\n\r\n", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-10-12T02:49:02.000+0000", "updated": "2016-10-12T02:49:02.000+0000" }, { "id": "398645", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "6_0_X backport: https://github.com/appcelerator/titanium_mobile/pull/8502", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2016-10-12T02:52:56.000+0000", "updated": "2016-10-12T02:52:56.000+0000" }, { "id": "398646", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "CR AND FT PASSED. APPROVED.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-10-12T02:54:06.000+0000", "updated": "2016-10-12T02:54:06.000+0000" }, { "id": "401112", "author": { "name": "chmiiller", "key": "chmiiller", "displayName": "Carlos Henrique Zinato", "active": true, "timeZone": "America/Los_Angeles" }, "body": "is it possible to build the module with ANT anyway or only using appc cli?", "updateAuthor": { "name": "chmiiller", "key": "chmiiller", "displayName": "Carlos Henrique Zinato", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-11-16T09:07:25.000+0000", "updated": "2016-11-16T09:07:25.000+0000" }, { "id": "440068", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:49:13.000+0000", "updated": "2018-08-06T17:49:13.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }