10 2015 档案

摘要:代码混淆步骤:1,project.properties中打开代码混淆功能,加入proguard.config=proguard.cfg2,编辑proguard.cfg文件,项目没有自动生成时可手工新建并放到项目根目录,内容如下-optimizationpasses 5 -dontusemixedc... 阅读全文
posted @ 2015-10-22 11:42 大强跑了 阅读(358) 评论(0) 推荐(0)
摘要:错误描述:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your... 阅读全文
posted @ 2015-10-09 08:13 大强跑了 阅读(574) 评论(0) 推荐(0)