Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Android native sdk build fail

chen__xiemin
Beginner
412 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
412 Views

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

Zhiwen__Hou
Beginner
394 Views

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

Reply