[TIMOB-11712] Andoid: Background Images Load Four Times Acording to FastDev
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-05-26T12:46:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, backgroundimage, exalture, image |
Reporter | Kyle Berezin |
Assignee | Sunila |
Created | 2012-08-07T07:16:32.000+0000 |
Updated | 2017-03-22T20:42:54.000+0000 |
Description
Make a simple window, set its background image to anything, compile it with 2.1.0 or 2.1.1, and watch the fastdev console. You will see that every background image loads four times. When an animation completes, it again loads the images four times. I do not know if this is android specific. http://developer.appcelerator.com/question/140652/andoid-background-images-load-4-times
The exact output is: {noformat} [WARNING] [2012-09-06 12:05:50,468] get images/buttons/buttonPrimaryFull.png: path not found [WARNING] [2012-09-06 12:05:50,486] get images/buttons/buttonPrimaryFull.png: path not found [WARNING] [2012-09-06 12:05:50,508] get images/buttons/buttonPrimaryFull.png: path not found [WARNING] [2012-09-06 12:05:50,531] get images/buttons/buttonPrimaryFull.png: path not found Same problem with FastDev on Android Google API 4.0.3, SDK 2.1.2, latest version of Studio.
We are facing the same issue in 2.1.3 GA too. When using 20 or more views with backgroundImage property, it is becoming very slow in Android emulator.
Closing ticket as duplicate of the ticket that is mentioned above and has since been closed.