Urigo / Ionic-MeteorCLI-WhatsApp

WhatsApp Clone tutorial with Ionic 1.0 and Meteor CLI
https://www.angular-meteor.com/tutorials/whatsapp/meteor/bootstrapping
MIT License
205 stars 267 forks source link

No icon on Android #33

Open mncvnn opened 7 years ago

mncvnn commented 7 years ago

Hi guys, I known that this issue has been fixed for awhile, but in my case it's still here. I tried to get the whole project from here and build it at my local, still no show icon on my android device. I tried to update meteor to newest version, still the same. I tried some other method from internet, still error.

Could anyone give a fixable method? The app work great but the icon is not. It's showed on web, but not on my android device and ios simulation.

Please help.

mncvnn commented 7 years ago

Is there anyone still using this angular-meteor thing?

mncvnn commented 7 years ago

I found solution and fixed my app (only fix on ANDROID version, iOS still have no Icons). For those who has the same issue, here what i've done:

  1. meteor remove dab0mb:ionic-assets
  2. delete all node_modules related to ionic (unofficial version).
  3. meteor npm install ionic-scripts@1.3.2 --> (the newest version is 1.3.5 which caused issue)
  4. meteor add dab0mb:ionic-assets@1.3.2

That's it. Hope I could help someone else.

zardilior commented 7 years ago

Thanks a lot, My company is starting to use it and we will try to bring back support and the project