使用HarmonyOS框架调用Cronet三方库使用问题
https://gitee.com/openharmony-sig/tpc_c_cplusplus/tree/master/thirdparty/cronet这个库提供了cronet的编译方式,我看方案只到了编译出so库,但是缺少了HarmonyOS如何发起调用的示例或建议。 HarmonyOS系统参考nativeapi调用方式,是需要直接通过native方式调用编译好的so库吗?
HarmonyOS
赞
收藏 0
回答 2
相关问题
HarmonyOS 三方库ImageKnife接口调用
1045浏览 • 1回复 待解决
HarmonyOS NAPI调用三方C库咨询
763浏览 • 1回复 待解决
HarmonyOS unity内三方库问题
921浏览 • 1回复 待解决
怎么使用pdfjs三方库预览pdf文档
3189浏览 • 1回复 待解决
HarmonyOS flutter三方库支持问题
907浏览 • 1回复 待解决
求大佬告知如何使用三方cpp库
2840浏览 • 1回复 待解决
HarmonyOS 如何使用require方式使用第三方库的代码
824浏览 • 1回复 待解决
HarmonyOS RN三方框架已经支持了哪些三方库?有没有一个总览?
1081浏览 • 1回复 待解决
使用三方库pako压缩字节数组
2363浏览 • 1回复 待解决
Native工程中如何使用其他三方so库
3630浏览 • 1回复 待解决
是否有开源三方数据库的使用?
1055浏览 • 1回复 待解决
HarmonyOS 使用第三方库进行gzip压缩失败
765浏览 • 1回复 待解决
HarmonyOS 三方框架flutter如何访问HarmonyOS数据库?
711浏览 • 1回复 待解决
三方库c/cpp库在HarmonyOS上如何使用cmake编译
1788浏览 • 1回复 待解决
HarmonyOS 使用flutter imagePicker三方库无法调起HarmonyOS相机
762浏览 • 1回复 待解决
httpclient三方库代理请求关闭问题
1885浏览 • 1回复 待解决
HarmonyOS 使用WebViewJavascriptBridge第三方库进行JS交互
773浏览 • 1回复 待解决
HarmonyOS 三方库和本地module引用问题
1300浏览 • 1回复 待解决
自定义三方组件的属性方法能否提供给外面使用方调用,怎么让使用方调用?
2796浏览 • 1回复 待解决
HarmonyOS har包依赖三方库,三方库中的so,无法找到
1446浏览 • 1回复 待解决
HarmonyOS ijkplayer怎么使用,第三方库看不懂
1163浏览 • 1回复 待解决
HarmonyOS 请提供rn框架和第三方库源
892浏览 • 1回复 待解决
三方应用使用蓝牙功能
1942浏览 • 1回复 待解决
HarmonyOS 如何删除三方库
1067浏览 • 1回复 待解决
HarmonyOS RNOH开发三方fabric库问题求助
933浏览 • 1回复 待解决
在HarmonyOS中编写napi来调用so的方法
请问按照gitee的方式是怎么编的呢?我现在用的ubuntu编,最后一步执行build.sh时候会报错:
generating args list:
target_os="ohos"
is_debug=false
is_official_build=true
is_component_build=false
is_chrome_branded=false
use_official_google_api_keys=false
use_ozone=true
use_aura=true
ozone_auto_platforms=false
ozone_platform="headless"
ozone_platform_headless=true
enable_extensions=true
ffmpeg_branding="Chrome"
use_kerberos=false
use_bundled_fontconfig=true
enable_resource_allowlist_generation=false
clang_use_chrome_plugins=false
enable_message_center=true
safe_browsing_mode=0
use_custom_libcxx=false
use_sysroot=false
gpu_switch="on"
proprietary_codecs=true
media_use_ffmpeg=true
ERROR Unresolved dependencies.
//chrome/test:performance_test_suite(//build/toolchain/ohos:ohos_clang_arm64)
needs //third_party/angle/src/tests:angle_perftests(//build/toolchain/ohos:ohos_clang_arm64)
//third_party/angle/src/tests:angle_tests(//build/toolchain/ohos:ohos_clang_arm64)
needs //third_party/angle/src/tests:angle_end2end_tests(//build/toolchain/ohos:ohos_clang_arm64)
//third_party/angle/src/tests:angle_tests(//build/toolchain/ohos:ohos_clang_arm64)
needs //third_party/angle/src/tests:angle_perftests(//build/toolchain/ohos:ohos_clang_arm64)
//third_party/angle/src/tests:angle_tests(//build/toolchain/ohos:ohos_clang_arm64)
needs //third_party/angle/src/tests:angle_white_box_perftests(//build/toolchain/ohos:ohos_clang_arm64)
//third_party/angle/src/tests:angle_tests(//build/toolchain/ohos:ohos_clang_arm64)
needs //third_party/angle/src/tests:angle_white_box_tests(//build/toolchain/ohos:ohos_clang_arm64)
//third_party/dawn/src/dawn/wire:shared(//build/toolchain/ohos:ohos_clang_arm64)
needs //third_party/dawn/src/dawn/common:common(//build/toolchain/ohos:ohos_clang_arm64)
//third_party/dawn/src/dawn/wire:static(//build/toolchain/ohos:ohos_clang_arm64)
needs //third_party/dawn/src/dawn/common:common(//build/toolchain/ohos:ohos_clang_arm64)