quick-cocos2d-x 2.2.3 rc版本中 crypto.md5file() 的C++实现在ANDROID上有BUG
原来的版本是用fopen打开文件的,如果要从ANDROID的APK中取文件,直接就洗白了修改如下void CCCrypto::MD5File(const char* path, unsigned char* output){unsigned long len = 0;//to make sure we can get data of files easily from ios,android,pc