wahyuway Member Licensed User Longtime User Jul 14, 2014 #1 Hi, i have followed this tutorial before upload it to market apps to get icon launcher: http://www.b4x.com/android/wiki/index.php/Marketing_Your_App But i did not see the new icon in my devices. Icon name the same as in drawable folder. Did i miss something? Thank you
Hi, i have followed this tutorial before upload it to market apps to get icon launcher: http://www.b4x.com/android/wiki/index.php/Marketing_Your_App But i did not see the new icon in my devices. Icon name the same as in drawable folder. Did i miss something? Thank you
Erel B4X founder Staff member Licensed User Longtime User Jul 14, 2014 #2 You should change the icon with Project - Choose Icon. Upvote 0
wahyuway Member Licensed User Longtime User Jul 14, 2014 #3 I already done that, Erel. Exactly the same as the tutorial above. I checked the built AndroidManifest.xml and there was no drawable/icon, so i searched a little and add this code: SetApplicationAttribute(android:icon, "@drawable/icon") Thank you for your time and my apps are ready to upload... yay Upvote 0
I already done that, Erel. Exactly the same as the tutorial above. I checked the built AndroidManifest.xml and there was no drawable/icon, so i searched a little and add this code: SetApplicationAttribute(android:icon, "@drawable/icon") Thank you for your time and my apps are ready to upload... yay