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

时间:2013-06-12 14:37:19

标签: 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/libjingle/source/browse/wiki/GettingStarted.wiki?r=258    

我已经尝试了这个Build Eclipse Java Project from Command Line,但它仍然没有编译。我仍然在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

请帮帮我。

先谢谢。

0 个答案:

没有答案