eclipse - can't change action menu icon in android app -
it's less can't change it, (since did), , more , issue can't change back.
so i'm using eclipse learn android app development. in 1 of tuts on android developer website, says have add own ic_action_search.png file action bar find. (else won't compile). made own goofy looking icon. added it, , it's there. ok.
so afterwards, found android design icon pack google. looks better , decided plug in. thought easy. took new file, (with exact same names), , plugged them source folder others were. overwrote other files , have confirmed correct icons in there.
when run program using usb debugging on phone though, old icon still there. tried refreshing folders inside eclipse. tried uninstalling app phone , re-installing fresh using usb debugging in eclipse. still no go.
i'm worried device stored images somewhere in phone , isn't overriding them on new install. need here. ideas?
refresh project f5 go project > clean
if doesn't work delete /gen
, /bin
folders of project recreate references of resources.
probably uploading .apk file old resources
Comments
Post a Comment