[AC-2232] Android: No resource found that matches '@drawable/appicon'
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-12-18T14:28:36.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Studio, Titanium SDK & CLI |
Labels | android, cli, tooling |
Reporter | Nadav Hoze |
Assignee | Shak Hossain |
Created | 2013-12-18T09:09:04.000+0000 |
Updated | 2016-03-08T07:41:13.000+0000 |
Description
Steps to reproduce:
In AVD Manager:
create an android emulator with the API matching to you're supported SDK
from tiapp.xml.
In studio:
1. Open tiapp.xml
2. set in Icon field a custom icon, not the default appicon.
3. in Titanium SDK combo choose the 3.2.0 rc.
4. Run on the android emulator you just created.
Expected result:
you're app is running on the emulator.
Actual result:
you get the following message:
[ERROR] : Failed to package application:
[ERROR] Application Installer abnormal process termination. Process exit value was 1
If you run it on command line you get the following more detailed message why it fails:
Error: No resource found that matches the given name (at 'icon' with value '@drawable/appicon').
So now if you set the appicon, the build works but now you have the default titanium icon and splash screen.
I believe this is a duplicate of TIMOB-16015 and should be fixed in the latest CI builds from http://builds.appcelerator.net.