[AC-1442] Longjohn fails on TI Build
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-06-26T10:09:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | 3.2.3.GA, android, cli, longjohn.js |
Reporter | Darren Marshall |
Assignee | Steven Scott |
Created | 2014-06-20T19:12:52.000+0000 |
Updated | 2016-03-08T07:37:52.000+0000 |
30 seconds after posting this, I do a CLEAN with C:\Users\Owner>ti clean -d "C:\cygwin\Dropbox\Shared\Rewards App\rewardsapp" -b and a BUILD with C:\Users\Owner>ti build -p android -d "C:\cygwin\Dropbox\Shared\Rewards App\rewardsapp" -b and it builds successfully for the first time ever. I didn't change anything!!!!!! Why did it succeed now? The following still fails: C:\Users\Owner>ti build -p android -T emulator -C nexus -d "C:\cygwin\Dropbox\Sh ared\Rewards App\rewardsapp"
I found the solution here: http://stackoverflow.com/questions/20822742/appcelerator-errors-titanuim-studio-3-and-android-emulator The solution was to delete this file: C:\ProgramData\Titanium\mobilesdk\win32\3.2.3.GA\node_modules\titanium-sdk\lib\emulators\genymotion.js
Customer found the solution.
I had a very similar issue with a blank new Alloy project - Error: EPERM starting at fs.RenameSync with a trace through the same lines of code. Deleting genymotion did not have any effect in my case - what helped was starting anew project and renaming it and the project dir to "abc", it previously had a long name with spaces.