Just curious, why are you putting them in a config folder?
Just something to note, sometimes once the app is installed, the icon doesn’t get updated right away. So you need to delete the app and then run ionic run android
Copy wrong directions, are not in Config. A query about what you named each time I want to build the APK run ionic build android, which in addition to these steps must be run to generate correctly?
in {ionic project folder} / platform / android / res / drawable, check ic_launcher.png (if ic_launcher.png files aren’t your custom icon, OTHERWISE file.) (note, you can see reference document by android http://developer.android.com/design/style/iconography.html )
and, check your AndroidManifest.xml. in <application> tag, check android:icon attribute
you can setting icon of application. (for example, your icon file(in drawable) name is “ic_launcher”, you can apply icon this way.
Yes it is back to default, I had tried to change the icon in {ionic project folder} / platform / android / res / drawable, every time I change the image, it did not work, and always back to default what it is. Any one can share for solution?
@vanbumi If you change the icon also changes in your config file, the name of the image and also in the AndroidManifest. So will not return to the default values .