Results 4 comments of AL

补充: 采用的 sdk 为 IoT SDK 2.0 Demo 为 乐鑫官方 https://github.com/espressif/esp8266-aliyun 查找到错误代码0x7200对应的定义为 MBEDTLS_ERR_SSL_INVALID_RECORD

I met the same problem as above. ``` ProxyBuilder .forClass(clazz) .dexCache(context.getApplicationContext().getDir("dx", 0)) .handler(this.mHandler) .build(); ``` ``` java.lang.IncompatibleClassChangeError: Class 'com.android.dx.util.ByteArrayAnnotatedOutput' does not implement interface 'com.android.dex.util.ByteOutput' in call to 'void com.android.dex.util.ByteOutput.writeByte(int)' (declaration...

@nshen @zhiweihuang 可以看下我写的"[只需三步,添加文章目录模块](http://www.j-cn.me/posts/2014/08/03/05_%E5%8F%AA%E9%9C%80%E4%B8%89%E6%AD%A5%EF%BC%8C%E6%B7%BB%E5%8A%A0%E6%96%87%E7%AB%A0%E7%9B%AE%E5%BD%95%E6%A8%A1%E5%9D%97/) ",因为之前对主题修改的地方太多了,没办法请求合并到源库中。

try adding `_FILE_OFFSET_BITS=32` to Android.mk