Hi my customer tried to add the apk to their market application and an error occured like below.
*18.Ağu.2011 12:23:14 brut.androlib.res.AndrolibResources loadMainPkg INFO: Loading resource table... Exception in thread "main" java.lang.Error: Androlib Error: Multiple resources: spec=0x7f02004c drawable/top_bar_large, config=-ldpi*
it seems the tool thinks that the drawable resource named top_bar_large has been used more than once. That's right but in different drawable directories.
I mean the image is located in the directories;
drawable-ldpi
drawable-xlarge-ldpi
As I know android handles this automatically. And I also have installed that failing (actually the tool thinks it is failing) apk to my phones and other phones ( different brand ) without any issue !
What do I need to do ? can you help me ?