在mac下开发android应用时,在eclipse里导出app的时候有时会出现zipalign有关的错误提示:error while running zipalign,unable to open xx/xx/xx/xxx/ as zip archive...。经过测试发现是因为编码不符造成的,只要在eclipse的ini文件里()加入
-=utf-8 就可以解决。
在mac下开发android应用时,在eclipse里导出app的时候有时会出现zipalign有关的错误提示:error while running zipalign,unable to open xx/xx/xx/xxx/ as zip archive...。经过测试发现是因为编码不符造成的,只要在eclipse的ini文件里()加入
-=utf-8 就可以解决。