You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/16 09:17:47 UTC

[GitHub] [cordova-android] RayyanNafees edited a comment on issue #694: Error:[One of the following attributes are set but missing the other for the density type: ldpi, mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi. Please ensure that all require attributes are defined.]

RayyanNafees edited a comment on issue #694:
URL: https://github.com/apache/cordova-android/issues/694#issuecomment-821040992


   AM working with cordova 9 still got the ssue
   `
   <?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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org