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
Beginner
678 Views

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 Kudos
2 Replies
Yihui_Z_Intel
Employee
678 Views

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

0 Kudos
Zhiwen__Hou
Beginner
660 Views

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

0 Kudos
Reply