android - Building webrtc library -


i trying build webrtc android demo application. following readme applied project. first thing mentioned gclient when tried run "no external or internal command". got link according link cloned depot_tool repository when @ step when try run gclient got

enter image description here

so after hours of trying not able run it. if 1 has experience webrtc library please provide help. guidance? hlep appreciated

i heard few things changed svn git. tried building webrtc windows7 using visual studio. see if can use parts on this.

  1. get depot_tools software , extract location (set path in environment variable).
  2. cd depot_tools directory , hit 'gclient' (this should take sometime)
  3. install python 2.7 , put path.
  4. create folder of choice webrtc , open command prompt there.
  5. now hit, gclient config http://webrtc.googlecode.com/svn/trunk
  6. then, gclient sync.
  7. then set gyp_generators=msvs environment variable (use ninja if want that).
  8. also set msvs_version=2012 (depending on visual studio version)
  9. now run, gclient runhooks --force

this should generate solutions files folder. fireup libjingle/webrtc.sln files , start building it. i'm not sure if builds is. had hicupps that.

see link on webrtc native development if haven't already. personal experience building tricky job initially.

also note links might deprecated moved git, don't know if still maintaining it.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -