But when I run “ionic run android”, nothing changes, the app is installed with default cordova icons. I’ve already uninstalled the app from my device and tried again… with no success…
I would like to propose a tutorial about this, I see in the “learning page” one about iOS, but there is no one for Android…
So, I guess it’s supposed configured correctly.
I still would like to suggest a tutorial about this. Simple things like default app icon or splash screens aren’t so clear for starters, like me.
I know what you mean, I’m fairly new myself. I’ve only been tinkering with mobile for about 2 weeks. Have you tried doing ionic build android then ionic run android? That’s what I always do. I was doing it just last night even.
yes, I’m running ionic build android before “run”. To test, I changed my app name in \MyApp\config.xml, executed the “build” and after my app name was updated correctly
But doesn’t that really do the same thing you were doing? It says you can manually copy the images into their right places which is what you were doing (and what I do, but I didn’t have any problems with it).