[Android] Application Not Installed error if app signed for release

  • 1
  • Announcement
  • Updated 5 years ago
  • (Edited)
Dear Everyone

We received complaints regarding the subject. We are still investigating to find actual root cause . Please stay with us.

Thank You.
Photo of Amir

Amir

  • 8261 Posts
  • 263 Reply Likes

Posted 5 years ago

  • 1
Photo of Valerio Barbera

Valerio Barbera

  • 14 Posts
  • 0 Reply Likes
My icon still does not appear. Now i can install build on the device but shows cordova default icon!
Photo of Valerio Barbera

Valerio Barbera

  • 14 Posts
  • 0 Reply Likes
sorry for the code.

up to 1 week ago I had never had to use the default icon. Now the icon appears only if specifically the default icon.

up to 1 week ago I had never had to use the default icon. Now the icon appears only if specifically the default icon. This is the news that I report.
Photo of Valerio Barbera

Valerio Barbera

  • 14 Posts
  • 0 Reply Likes


<!--icon src="img/system/android/icon/192.png" /-->

<!-- Android -->
<platform name="android">
<icon src="img/system/android/icon/36.png" density="ldpi"/>
<icon src="img/system/android/icon/48.png" density="mdpi"/>
<icon src="img/system/android/icon/72.png" density="hdpi"/>
<icon src="img/system/android/icon/96.png" density="xhdpi"/>
<icon src="img/system/android/icon/144.png" density="xxhdpi"/>
<icon src="img/system/android/icon/192.png" density="xxxhdpi"/>
</platform>

<!-- iOS -->
<platform name="ios">
<!-- *** iOS 7.0+ *** -->
<icon src="img/system/ios/icon/icon60.png" width="60" height="60" />
<icon src="img/system/ios/icon/icon60@2x.png" width="120" height="120" />
<icon src="img/system/ios/icon/icon60@3x.png" width="180" height="180" />
<!-- Settings Icon -->
<icon src="img/system/ios/icon/icon29.png" width="29" height="29" />
<icon src="img/system/ios/icon/icon29@2x.png" width="58" height="58" />
<!-- Spotlight Icon -->
<icon src="img/system/ios/icon/icon40.png" width="40" height="40" />
<icon src="img/system/ios/icon/icon40@2x.png" width="80" height="80" />

<!-- *** iOS 6.1 *** -->
<icon src="img/system/ios/icon/icon.png" width="57" height="57" />
<icon src="img/system/ios/icon/icon@2x.png" width="114" height="114" />
</platform>
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Ah. Get rid of the platform elements around the icons!
Photo of Valerio Barbera

Valerio Barbera

  • 14 Posts
  • 0 Reply Likes
thanks!!
Photo of Valerio Barbera

Valerio Barbera

  • 14 Posts
  • 0 Reply Likes
it's working

This conversation is no longer open for comments or replies.