今天试了一下阿里云的OPEN IM DEMO,出现了以下问题:
Error:Connection timed out: connect. If you are behind an HTTP proxy, please...
后来发现是gradle路径位置没有指定,明确指定了位置后,就可以跑起来了
另外记得classpath 'com.android.tools.build:gradle:2.1.0-beta3'
compileSdkVersion 23 buildToolsVersion '23.0.2'
都要设置正确.