You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2020/08/05 08:03:35 UTC

[GitHub] [incubator-weex] ikantech commented on pull request #3246: [android] android targetSdkVersion 29 ashmem issue

ikantech commented on pull request #3246:
URL: https://github.com/apache/incubator-weex/pull/3246#issuecomment-669046408


   Just judging the api level is a problem with Android R.Should judge target sdk version and api level together.
   `if (g_targetSDKInt >= 29 && device_api_level() == 29)`


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