[AC-2084] kitchensink cant run
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-05-24T18:43:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Alan Hebo Jensen |
Assignee | Mauro Parra-Miranda |
Created | 2013-05-24T10:58:52.000+0000 |
Updated | 2016-03-08T07:41:03.000+0000 |
Description
Steps to Reproduce
Run Kitchensink on androidn emulator on my windows 7 machine. The machine is newly installed and nothing else has been installed or run on it except whats needed for titanium
Actual Result
[INFO] Compiling Javascript Resources ... [INFO] Copying platform-specific files for 'Facebook' module [INFO] Copying platform-specific files ... [INFO] Compiling localization files [ERROR] Error generating R.java from manifest [ERROR] : Build process exited with code 1 [ERROR] : Project failed to build after 1s 519ms
Expected Result
software i can learn from :D
Attachments
Sorry i forgot to add that this is the first app i try to run on titanium. I finally managed to get titanium started up with no warnings or errors. I imported kitchensink through the "develop" tab
Hi Alan, Sorry for the inconvenience. We just fixed this error for Windows in TIMOB-13944. Please try: {quote}I copied and pasted the master code from github into androidsdk.py and is now working for me{quote} Resolving as duplicate of TIMOB-13944.
Hey Im sorry but i have no idea what it is im supposed to do with the answer. I guess its this line you are referring to - I copied and pasted the master code from github into androidsdk.py and is now working for me! thanks so much for your help Im new to android development and the first thing your startup guide tells me is to import and run kitchen sink and that doesnt work i dont know what master , github, PR or FR means So you may call me a newbie. I hpoe you can help me and tell me exactly what im supposed to do to make YOUR example work. I dont understand why i have to do things to make your example wotk on your software when i have followed your instructions to the letter. Thank you
Hi Alan, Ok, no problem. You're right that it should work out of the box, unfortunately Google changed some things around with their Android SDK lately which broke our system. You'll need to patch the SDK yourself, which fortunately should be simple in this case. Back up and then open the following file:
Replace its contents with this: https://raw.github.com/appcelerator/titanium_mobile/master/support/android/androidsdk.py Let me know if it works.
Hey Thank you very much. Kitchen sink runs perfectly now and i tried alot of the menuitems and no errors. Eralier when i ran on windows 8 i got a error in most of the menu items. But now everything works Alan
Closing since it's a dup.