{ "id": "136440", "key": "AC-778", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2015-09-02T05:21:29.000+0000", "created": "2014-09-11T14:59:35.000+0000", "labels": [ "module", "project-explorer", "wizard" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:37:02.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14551", "name": "Studio", "description": "Please enter tickets related to Titanium Studio here." } ], "description": "Cannot create a Mobile Module project directly from the project explorer, and even have trouble with the New Project wizard.\r\n\r\nHow to reproduce:\r\n- Right-click in Project Explorer\r\n- Choose New > Mobile Module Project\r\n\r\nNothing happens\r\n\r\nIn the New Project wizard:\r\n- Right-click in Project Explorer\r\n- Choose New > Project...\r\n- Choose Mobile Module Project\r\n- Hit Next\r\n\r\nNothing happens (well, actually, a tiny info button appears in the upper-left corner).\r\n\r\nI found that if you create a Mobile App project first, and then hit \"back\", you can select Mobile Module Project, and the UI seems to work.", "attachment": [ { "id": "51152", "filename": "diagnostic.txt", "author": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "created": "2014-09-11T15:45:36.000+0000", "size": 31100, "mimeType": "text/plain" }, { "id": "51151", "filename": "log.txt", "author": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "created": "2014-09-11T15:45:36.000+0000", "size": 3454, "mimeType": "text/plain" }, { "id": "51150", "filename": "ss.png", "author": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "created": "2014-09-11T15:03:31.000+0000", "size": 35902, "mimeType": "image/png" } ], "flagged": false, "summary": "Problems creating Mobile Module Project", "creator": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "environment": "OS X 10.9.4, Ti Studio 3.4.0.201409101241", "comment": { "comments": [ { "id": "323071", "author": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "body": "I take it back; I can't always create a mobile module with my workaround above. See my screenshot for what happened when I just tried this.", "updateAuthor": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "created": "2014-09-11T15:03:43.000+0000", "updated": "2014-09-11T15:03:43.000+0000" }, { "id": "323076", "author": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Can you provide workspace logs (Help > Studio > View log file) and diagnostic logs (Help > Studio > Run diagnostic test) ?", "updateAuthor": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-09-11T15:28:35.000+0000", "updated": "2014-09-11T15:28:35.000+0000" }, { "id": "323078", "author": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "body": "Log and diagnostics attached. I'm not sure about that JRE information, though. That does *exist* on my system, but the default JRE/JDK seems to be 1.8, not 1.6.\r\n\r\n\r\n$ /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -version\r\njava version \"1.6.0_65\"\r\nJava(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)\r\nJava HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)\r\n\r\n$ java -version\r\njava version \"1.8.0_11\"\r\nJava(TM) SE Runtime Environment (build 1.8.0_11-b12)\r\nJava HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)", "updateAuthor": { "name": "jpriebe", "key": "jpriebe", "displayName": "Jason Priebe", "active": true, "timeZone": "America/New_York" }, "created": "2014-09-11T15:47:10.000+0000", "updated": "2014-09-11T15:47:10.000+0000" }, { "id": "323497", "author": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Looks both Studio and SDK are on 3.4.x, Can you update titanium CLI to 3.4.x as well ? [sudo] npm -g install titanium@3.4.0-rc3 ?\r\n\r\nAlso, the log file contains only a NPE while creating the dialog, I would assume there should be other log events while we create the project. Can you attach the complete log file ?", "updateAuthor": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-09-13T17:02:32.000+0000", "updated": "2014-09-13T17:02:32.000+0000" }, { "id": "361647", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\n\r\nPlease follow the steps below and let us know.\r\n\r\n*Steps to do:*\r\n\r\n1.Use Appcelerator studio as Titanium is obsolete. Follow the instruction [here|https://web.appcelerator.com/product/studio] to download the latest Appcelerator studio. Also, follow the instruction [here|https://web.appcelerator.com/product/cli] to install CLI, SDK. \r\n\r\n2.Check [Android Module Prerequisites |http://docs.appcelerator.com/platform/latest/#!/guide/Android_Module_Quick_Start-section-43289022_AndroidModuleQuickStart-AndroidModulePrerequisites] .\r\n\r\n3.From Appcelerator Studio menu, *select File > New > Mobile Module Project* to open the New Mobile Module Project dialog.\r\n\r\n4.In the Project hame field, enter testproject.\r\n\r\n5.In the Module Id field, enter *com.example. testproject*\r\n\r\n6.In Deployment Targets, select Android.(if need install JDT & check NDK Settings)\r\n\r\n7.Click Next, then click Finish.\r\n\r\n*Test Environments:*\r\n\r\n\r\nCLI Version = 4.0.1\r\n\r\nTitanium SDK Version = 4.1.0.GA\r\n\r\nAndroid: Google Galaxy Nexus - 4.1.1 - API 16 - 720x1280\r\n\r\nAppc Studio: Appcelerator Studio, build: 4.1.1.201507141126\r\n\r\n*Test Results:*\r\n\r\nModule creation is successful.We found that if we create a Mobile App project first, and then hit \"back”,we can select Mobile Module Project, we got previous window working as expected. \r\n\r\nThanks.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-29T07:05:36.000+0000", "updated": "2015-09-02T05:21:08.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }