{ "id": "162810", "key": "MOD-2289", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10034", "key": "MOD", "name": "Appcelerator Modules", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "17524", "name": "Release 6.0.0", "archived": false, "released": true, "releaseDate": "2016-11-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-11-09T13:31:59.000+0000", "created": "2016-08-25T04:18:58.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android", "push", "titanium", "v8" ], "versions": [], "issuelinks": [], "assignee": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "updated": "2018-08-06T17:49:30.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": "12140", "name": "CloudPush" } ], "description": "As the title says...\r\n\r\n-> Create a new alloy project\r\n-> Import Ti.CloudPush on TiApp.xml:\r\n\r\n{code:java}\r\nti.cloudpush\r\n{code}\r\n\r\n-> Build project. Dexer fails because of duplicated classes:\r\n\r\n{code:java}\r\n[ERROR] Failed to run dexer:\r\n[ERROR] \r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCallbackHandler;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush$1;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush$2;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush$2$1;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush$APSAnalyticsInfo;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush$APSFocusIntentHandler;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush$APSGetActivityHandler;\r\n[ERROR] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/appcelerator/aps/APSCloudPush$APSIconHandler;\r\n[ERROR] \r\n[ERROR] UNEXPECTED TOP-LEVEL EXCEPTION:\r\n[ERROR] java.lang.RuntimeException: Translation has been interrupted\r\n[ERROR] at com.android.dx.command.dexer.Main.processAllFiles(Main.java:613)\r\n[ERROR] at com.android.dx.command.dexer.Main.runMultiDex(Main.java:366)\r\n[ERROR] at com.android.dx.command.dexer.Main.run(Main.java:275)\r\n[ERROR] at com.android.dx.command.dexer.Main.main(Main.java:245)\r\n[ERROR] at com.android.dx.command.Main.main(Main.java:106)\r\n{code}\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "Android - Latest 6.X SDK crashes when importing Ti.CloudPush", "creator": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "subtasks": [], "reporter": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "environment": "SDK 6.0.0.v20160824153008 (latest in build server today).\r\n", "closedSprints": [ { "id": 752, "state": "closed", "name": "2016 Sprint 23 SDK", "startDate": "2016-11-05T00:39:37.027Z", "endDate": "2016-11-19T01:39:00.000Z", "completeDate": "2016-11-29T06:51:57.887Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "394360", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Which ti.cloudpush version are you using? We have version 4.0.0 ready already that will be available in 6.0.0", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-08-25T07:30:53.000+0000", "updated": "2016-08-25T07:30:53.000+0000" }, { "id": "394362", "author": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "body": "4.0.0.\r\nThe problem is not the module, because it works on 6.1.0. (I don't want to use 6.1.0 though, it's too unstable to work with right now).", "updateAuthor": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "created": "2016-08-25T07:32:52.000+0000", "updated": "2016-08-25T07:32:52.000+0000" }, { "id": "394363", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "Just a note, only Ti.Cloudpush 4.0.0 can be used for SDK 6.x+.", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2016-08-25T07:37:54.000+0000", "updated": "2016-08-25T07:37:54.000+0000" }, { "id": "394577", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Resolving for now, since you probably used the 4.x version on Titanium SDK < 6.0.0. Since the bump is \"only\" because of the V8-update, all other components are the same in the current 3.x version.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-08-28T16:42:36.000+0000", "updated": "2016-08-28T16:42:36.000+0000" }, { "id": "394580", "author": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "body": "As i've said in the title and in my previous comment, i'm using the SDK 6.0.0.X and CloudPush 4. Why close the ticket ?", "updateAuthor": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "created": "2016-08-28T20:03:04.000+0000", "updated": "2016-08-28T20:03:04.000+0000" }, { "id": "394583", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "You talked about 6.1.0 in the comment above, so it was overlapping with your environment. WIll reopen and move to MOD, thanks!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-08-28T20:35:51.000+0000", "updated": "2016-08-28T20:35:51.000+0000" }, { "id": "400638", "author": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "body": "This ticket is not valid anymore. Using CloudPush with the 6.0.0 beta release works fine.", "updateAuthor": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "created": "2016-11-09T05:02:23.000+0000", "updated": "2016-11-09T05:02:23.000+0000" }, { "id": "400648", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Thanks Rodolfo!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2016-11-09T13:31:59.000+0000", "updated": "2016-11-09T13:31:59.000+0000" }, { "id": "440196", "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:30.000+0000", "updated": "2018-08-06T17:49:30.000+0000" } ], "maxResults": 11, "total": 11, "startAt": 0 } } }