1
votes

ionic info

Your system information:

ordova CLI: 6.3.1 Ionic CLI Version: 2.1.18 Ionic App Lib Version: 2.1.9 ios-deploy version: Not installed ios-sim version: Not installed OS: Windows 7 Node Version: v6.9.1 Xcode version: Not installed

Config.xml

tutorialApp An Ionic Framework and Cordova project. Your Name Here

2
hi..it show the default only for IOS or also for Android?federico scamuzzi
i have checked only on androidPranoy
can you post your config.xml file?federico scamuzzi
unable to add it in comments so edited the question and added config.xml in itPranoy

2 Answers

0
votes

First verify the resources folder inside your app's folder to assure the icons and splashes are the ones you want and that the command run correctly. If they are OK, happens a lot that you need to remove the platforms and re-add them again for those changes to refresh:

$ ionic platform rm android
$ ionic platform add android

Or maybe a state reset is enough:

$ ionic state reset
0
votes

This is probably due to a known problem with Cordova Android platform 6.0.0. Try to force update to the latest version of Android platform:

cordova platform update [email protected]

EDIT:

Cordova 6.5.0 has been released recently. This release updates cordova-android to version 6.1.1. So best solution now is:

npm install -g cordova