Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/209.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 通过libjingle命令行在eclipse中构建库_Android_Eclipse_Compiler Construction_Webrtc_Libjingle - Fatal编程技术网

Android 通过libjingle命令行在eclipse中构建库

Android 通过libjingle命令行在eclipse中构建库,android,eclipse,compiler-construction,webrtc,libjingle,Android,Eclipse,Compiler Construction,Webrtc,Libjingle,我已完成下载并将android演示项目导入eclipse,但无法构建: From the IDE, just open the project file and compile. From command line, see below: === Windows = devenv -build "Debug" libjingle.sln devenv -build "Release" libjingle.sln 从链接: https://code.google.com/p/libjing

我已完成下载并将android演示项目导入eclipse,但无法构建:

From the IDE, just open the project file and compile. From command line, see below:
=== Windows =

devenv -build "Debug" libjingle.sln
devenv -build "Release" libjingle.sln  
从链接:

https://code.google.com/p/libjingle/source/browse/wiki/GettingStarted.wiki?r=258    
我已经尝试过了,但是它仍然没有编译。因为我仍然在eclipse中看到这些错误:

I420Frame cannot be resolved to a type  

IceCandidate cannot be resolved to a type   

MediaConstraints cannot be resolved to a type

PeerConnection cannot be resolved to a type 


MediaStream cannot be resolved to a type    

iceServers cannot be resolved or is not a field

StatsReport cannot be resolved to a type    

SessionDescription cannot be resolved   

SdpObserver cannot be resolved to a type

The import org.webrtc cannot be resolved    AppRTCClient.java   /AppRTCDemoActivity/src/org/appspot/apprtc
请帮帮我


提前感谢。

您找到解决此问题的方法了吗??