You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/22 09:50:15 UTC

[GitHub] [cordova-android] sts-ryan-holton commented on issue #689: Build errors about drawable since upgrading to v8.0.0

sts-ryan-holton commented on issue #689: Build errors about drawable since upgrading to v8.0.0
URL: https://github.com/apache/cordova-android/issues/689#issuecomment-523832561
 
 
   @apiaget I've added:
   
   ```
   <platform name="android">
           <preference name="SplashMaintainAspectRatio" value="true" />
           <icon density="ldpi" height="36" src="res/icon/android/icon-36-ldpi.png" width="36" />
           <icon density="mdpi" height="48" src="res/icon/android/icon-48-mdpi.png" width="48" />
           <icon density="hdpi" height="72" src="res/icon/android/icon-72-hdpi.png" width="72" />
           <icon density="xhdpi" height="96" src="res/icon/android/icon-96-xhdpi.png" width="96" />
           <splash density="hdpi" src="res/screen/android/splash-port-hdpi.png" />
           <splash density="port-hdpi" src="res/screen/android/splash-port-hdpi.png" />
           <splash density="ldpi" src="res/screen/android/splash-port-ldpi.png" />
           <splash density="port-ldpi" src="res/screen/android/splash-port-ldpi.png" />
           <splash density="mdpi" src="res/screen/android/splash-port-mdpi.png" />
           <splash density="port-mdpi" src="res/screen/android/splash-port-mdpi.png" />
           <splash src="res/splash/android/Default@2x~universal~anyany.png" />
           <allow-intent href="market:*" />
           <custom-config-file parent="/*" target="AndroidManifest.xml">
               <uses-permission android:name="android.permission.INTERNET" />
               <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
               <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
           </custom-config-file>
       </platform>
   ```
   with little luck, this doesn't seem to work

----------------------------------------------------------------
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


With regards,
Apache Git Services

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