Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Android native sdk build fail

chen__xiemin
初学者
1,313 次查看

OS:

ubuntu 18

 

Error:

ERROR at //build/config/android/internal_rules.gni:172:23: Can't load input file.
deps += [ "$_target_label$build_config_target_suffix" ]

 

Step:

1. git clone https://github.com/open-webrtc-toolkit/owt-client-native.git src
2. vi .gclient, edit with

solutions = [
{
"managed": False,
"name": "src",
"url": "https://github.com/open-webrtc-toolkit/owt-client-native.git",
"custom_deps": {},
"deps_file": "DEPS",
"safesync_url": "",
},
]
target_os = [ "android" ]

3. gclient sync
4. cd src
5. python scripts/build_android.py

0 项奖励
2 回复数
Yihui_Z_Intel
员工
1,313 次查看

Android native sdk build not support in ubuntu 18.04 ,please use 16 to build it

0 项奖励
Zhiwen__Hou
初学者
1,295 次查看

最新版的native sdk(pull requests#368)我用ubuntu 1804编译成功了。

0 项奖励
回复