[AC-5992] Invalid symbol 'default' when building Android
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Invalid |
| Resolution Date | 2018-10-29T22:01:44.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | n/a |
| Reporter | Nigel Underwood |
| Assignee | Shak Hossain |
| Created | 2018-10-26T20:57:05.000+0000 |
| Updated | 2018-10-29T22:01:44.000+0000 |
Description
Since upgrading Studio to the latest release (having to remove the previous version) and installing SDK 7.4.1, I can no longer build Android apps. I now receive the following error after the build as its about to install the app
[ERROR] Application Installer abnormal process termination. Process exit value was 1
[ERROR] : Failed to package application:
[ERROR] :
[ERROR] : res/drawable/default.png:0: error: invalid symbol: 'default'
Hello, Run a trace log from the command prompt/terminal with -l trace, and send the log. Thanks.
I've fixed this issue now by changing the icon name in tiapp.xml from 'default' to 'app icon' - seems to be ok now.