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/17 07:49:59 UTC

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

toshihidetagami commented on issue #689: Build errors about drawable since upgrading to v8.0.0
URL: https://github.com/apache/cordova-android/issues/689#issuecomment-522214462
 
 
   @apiaget's answer is correct. You should provide default resources.
   From [Android documentation](https://developer.android.com/guide/topics/resources/providing-resources#Compatibility) (I recommend you read through the page)
   
   > Likewise, if you provide different layout resources based on the screen orientation, you should pick one orientation as your default. For example, instead of providing layout resources in layout-land/ for landscape and layout-port/ for portrait, leave one as the default, such as layout/ for landscape and layout-port/ for portrait.
   
   I also wrote more explanation and made a pull request to fix the docs.
   
   apache/cordova-plugin-splashscreen#228

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