原来的版本是用fopen打开文件的,如果要从ANDROID的APK中取文件,直接就洗白了修改如下 void CCCrypto::MD5File(const char* path, unsigned char* output) { unsigned ; //to make sure we can get data of files easily from ios,android,pc etc. //we use CCFileUtils::sharedFileUtils()->getFileData…