lukeweber / webrtc-jingle-client

Webrtc audio + jingle protocol brought to IOS and Android.
https://groups.google.com/forum/?fromgroups#!forum/webrtc-jingle
BSD 3-Clause "New" or "Revised" License
336 stars 136 forks source link

Build Error for android client on Windows 7 #126

Open Keshava11 opened 10 years ago

Keshava11 commented 10 years ago

There is an issue running "badit_android.py" script that ends up with following error ANDROID_SDK_ROOT is corrupt cannot find F:\ADTBundle\sdk\tools\android

Updated this line in function checkSDK() androidCmd = os.path.join(str(sdkRoot), "tools", "android.bat")

and it worked.

chathudan commented 10 years ago

don't try to build this on Windows, try to build this on Linux