{ "id": "133510", "key": "AC-1496", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2014-07-28T19:07:57.000+0000", "created": "2014-07-22T05:03:49.000+0000", "labels": [ "3.3.0.GA", "android", "genymotion" ], "versions": [], "issuelinks": [ { "id": "39386", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "133335", "key": "TIMOB-17344", "fields": { "summary": "CLI: Android: Genymotion emulators detected as running when they are not", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2016-03-08T07:37:56.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": "I updated Titanium with latest updates so Studio and the SDK are at 3.3.0. As soon as this happened I got the following error.\r\n\r\n[Android SDK Home] No Android SDKs were found under the specified SDK location\r\n\r\nAfter doing a bit of searching I found this article.\r\n\r\nhttps://developer.appcelerator.com/question/176318/alternative-solution-android-sdk-home-no-android-sdks-were-found-under-the-specified-sdk-location\r\n\r\nI tried removing the genymotion.js file from all the SDK version that contained it but I still received the SDK error. On running 'ti info' with the file removed I got the following:\r\n\r\n{code}\r\n |[ERROR] Failed to run command \"info\"\r\n[ERROR] Error: Cannot find module 'titanium-sdk/lib/emulators/genymotion'\r\n at Module._resolveFilename (module.js:338:15)\r\n at Module._load (module.js:280:25)\r\n at Module.require (module.js:364:17)\r\n at require (module.js:380:17)\r\n at Object. (/Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/cli/lib/genymotion.js:5:15)\r\n at Module._compile (module.js:456:26)\r\n at Module._extensions..js (module.js:474:10)\r\n at Module.load (module.js:356:32)\r\n at Module._load (module.js:312:12)\r\n at Module.require (module.js:364:17)\r\n---------------------------------------------\r\n at Object.run (/usr/local/lib/node_modules/titanium/node_modules/node-appc/lib/subprocess.js:59:8)\r\n at find (/usr/local/lib/node_modules/titanium/node_modules/node-appc/lib/subprocess.js:96:14)\r\n at q.process (/usr/local/lib/node_modules/titanium/node_modules/async/lib/async.js:731:21)\r\n at processImmediate (timers.js:330:15)\r\n{code}\r\n\r\nBy turning off Genymotion in Titianium using the following command 'ti config genymotion.enabled false' the error disappeared and I could build my app to a device or using AVD.\r\n\r\nI would like to use Genymotion, when it is enabled and the genymotion.js file has been returned to the SDK folder I get the following error when running 'ti info'.\r\n\r\n{code}\r\n/usr/local/lib/node_modules/titanium/node_modules/longjohn/dist/longjohn.js:185\r\n throw e;\r\n ^\r\nError: Callback was already called.\r\n at /Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/async/lib/async.js:22:31\r\n at /Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/async/lib/async.js:229:17\r\n at /Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/async/lib/async.js:516:34\r\n at /Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/titanium-sdk/lib/emulators/genymotion.js:370:8\r\n at conn.exec.bufferUntilClose (/Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/titanium-sdk/lib/adb.js:483:5)\r\n at Connection. (/Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/titanium-sdk/lib/adb.js:257:11)\r\n at EventEmitter.emit (events.js:95:17)\r\n at writeAfterEnd (_stream_writable.js:132:10)\r\n at Writable.write (_stream_writable.js:178:5)\r\n---------------------------------------------\r\n at Connection.exec (/Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/titanium-sdk/lib/adb.js:253:9)\r\n at ADB. (/Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/titanium-sdk/lib/adb.js:482:9)\r\n at Connection. (/Users/paul/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA/node_modules/titanium-sdk/lib/adb.js:247:4)\r\n at EventEmitter.emit (events.js:117:20)\r\n at _stream_readable.js:910:16\r\n at process._tickCallback (node.js:415:13)\r\n{code}\r\n\r\nI hope you can figure this out.", "attachment": [], "flagged": false, "summary": "Genymotion causing Android SDK not to load.", "creator": { "name": "paulflood", "key": "paulflood", "displayName": "Paul Flood", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "paulflood", "key": "paulflood", "displayName": "Paul Flood", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Operating System\r\n Name = Mac OS X\r\n Version = 10.9.4\r\n Architecture = 64bit\r\n\r\nTitanium CLI\r\n CLI Version = 3.3.0\r\n node-appc Version = 0.2.14", "comment": { "comments": [ { "id": "315526", "author": { "name": "icecandyent", "key": "icecandyent", "displayName": "Simon Buckingham", "active": true, "timeZone": "Europe/London" }, "body": "I have exactly the same problem. And what is more when doing automatic updates from Ti Studio 3.2.3 (to Ti 3.3) it goes through the process and then i find by running ti -v or alloy -v that the version has not been updated and so I have to do it manually with npm.\r\nCheers Simon Buckingham", "updateAuthor": { "name": "icecandyent", "key": "icecandyent", "displayName": "Simon Buckingham", "active": true, "timeZone": "Europe/London" }, "created": "2014-07-23T20:03:03.000+0000", "updated": "2014-07-23T20:03:03.000+0000" }, { "id": "315582", "author": { "name": "paulflood", "key": "paulflood", "displayName": "Paul Flood", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I've resolved this, the old virtual device images were causing the errors above. After deleting the Genymotion virtual devices and installing a new one the error disappeared. The virtual devices were version 1.0 and Genymotion was version 2.2. This worked fine before I updated to 3.3.0 but after the virtual devices needed to updated.\r\n\r\n", "updateAuthor": { "name": "paulflood", "key": "paulflood", "displayName": "Paul Flood", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-07-24T06:06:38.000+0000", "updated": "2014-07-24T06:06:38.000+0000" }, { "id": "315912", "author": { "name": "bgrantges@appcelerator.com", "key": "bgrantges", "displayName": "Bert Grantges", "active": false, "timeZone": "America/Chicago" }, "body": "I can confirm that I was having the same issue as described above - removing all 1.0 version emulaters fixed my issue as well.\r\n", "updateAuthor": { "name": "bgrantges@appcelerator.com", "key": "bgrantges", "displayName": "Bert Grantges", "active": false, "timeZone": "America/Chicago" }, "created": "2014-07-26T13:44:54.000+0000", "updated": "2014-07-26T13:44:54.000+0000" }, { "id": "316034", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Dupe of TIMOB-17344.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-07-28T19:07:57.000+0000", "updated": "2014-07-28T19:07:57.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }