RayyanNafees edited a comment on issue #694: URL: https://github.com/apache/cordova-android/issues/694#issuecomment-821040992
I am working with Cordova 9 still got the issue ``` <?XML version='1.0' encoding='utf-8'?> <widget id="com.jaininfosoft.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>JainInfoSoft </name> <description> A sample Apache Cordova application that responds to the deviceready event. </description> <author email="jaininfosoft.com" href="http://cordova.io"> Jain Info Soft </author> <content src="index.html" /> <access origin="*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <allow-intent href="tel:*" /> <allow-intent href="sms:*" /> <allow-intent href="mailto:*" /> <allow-intent href="geo:*" /> <platform name="android"> <allow-intent href="market:*" /> <icon src="./www/assets/logo.svg" background="white" width="57" height="57" density="mdpi" type="mdpi" platform="android"/> <splash density="mdpi" src="./www/assets/imgs/splash.svg" width="360" /> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> </platform> </widget> ``` Error while `cordova prepare`: One of the following attributes are set but missing the other for the density type: mdpi. Please ensure that all require attributes are defined. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
