[TIMOB-3638] Android - unexpected errors when installing to device (install succeeds, app seems fine)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-08-13T09:55:34.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | Android |
Labels | android, device, errors, install, to |
Reporter | Thomas Huelbert |
Assignee | Neeraj Gupta |
Created | 2011-03-30T14:04:54.000+0000 |
Updated | 2017-03-20T18:17:35.000+0000 |
Description
1.create a new project (or have a simple one) with android as a target
2.install; to device and check the output (in red)
results:
[ERROR] /Users/thomashuelbert/Documents/Titanium Studio Workspace/quickTest/build/android/gen/com/werd/QuicktestApplication.java:26: cannot find symbol
[ERROR] symbol : class ApplicationStylesheet
[ERROR] location: class com.werd.QuicktestApplication
[ERROR] stylesheet = new ApplicationStylesheet();
[ERROR] ^
[ERROR] 1 error
as noted does not seem to affect app or installation
I have come up with the same results but the application doesn't appear in the emulator. I restarted Appcelerator and tried rebooting my computer. That didn't help. EvoD BUT NOW. . . after shutting down and restarting and creating a new app it loads adn opens without the error. Stupid, reminds me of the IT Crowd, "Have you turned it off and turned it on again?" Good Luck!
This looks to me like a platform SDK thing. We just call out to their scripts to do the packaging, and this is their output...
Ralf: I'm not sure I moved this issue over to the correct spot or not. We got this report from QA on Titanium Studio, and it looks to me like an intermittent, possibly benign issue with the Android packaging scripts/process.
Unable to reproduce this issue with a Samsung Galaxy S3, TiSDK 2.2.0v20120810194112, TiStudio 2.1.1.201207271312.
Closing ticket as the issue cannot be reproduced.