android - need to check the icon inside your apk (phonegap application) -


we have created android app using phonegap. when upload app on play store, same error has been shown again , again. although have tried many solutions, still not uploaded. kindly give me suggestions how solve error. thanks.

enter image description here

from phonegap documentation:

<platform name="android">               <icon src="res/android/ldpi.png" density="ldpi" />               <icon src="res/android/mdpi.png" density="mdpi" />               <icon src="res/android/hdpi.png" density="hdpi" />               <icon src="res/android/xhdpi.png" density="xhdpi" />      </platform> 

in config.xml

also makesure names of images inline above declaration i.e. ldpi.png, mdpi.png , on


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -