apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.82k forks source link

[Feature] Support Android R #3284

Closed katherine95s closed 3 years ago

katherine95s commented 3 years ago

Brief Description of the PR

Checklist

weex-bot commented 3 years ago
Warnings
:warning: No Changelog changes! - Can you add a Changelog? To do so,append your changes to the changelog.md
:warning: Current pr not bind the milestone
:warning: If your PR is about fixing a bug excluding crash the code,you should add the demo link in the PR description. Demo link: http://dotwe.org/vue
:warning: If you update the code, maybe you should update the documentation and add the documentation link in the PR description. here is the guide about how to contribute documentation: https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-code-or-document

Generated by :no_entry_sign: dangerJS against 747d032f325071dc65a3f0f7e30fdfd19a5220d9

chenzefeng09 commented 3 years ago

编译报错 /Users/chenzefeng/Development/incubator-weex/android/sdk/src/legacyRelease/cpp/Source/android/multiprocess/weex_js_connection.cpp:653:33: error: use of undeclared identifier 'ANDROID_API_P' if (SoUtils::android_api() <= ANDROID_API_P) { ^ 1 error generated. ninja: build stopped: subcommand failed.

katherine95s commented 3 years ago

编译报错 /Users/chenzefeng/Development/incubator-weex/android/sdk/src/legacyRelease/cpp/Source/android/multiprocess/weex_js_connection.cpp:653:33: error: use of undeclared identifier 'ANDROID_API_P' if (SoUtils::android_api() <= ANDROID_API_P) { ^ 1 error generated. ninja: build stopped: subcommand failed.

应该是ndk环境问题,ndk版本为18

xdmaolei commented 3 years ago

May I ask why remove JavaScript Log?