设为首页 加入收藏

TOP

Android代码混淆的问题解决(java.io.FileNotFoundException)
2017-10-11 14:02:54 】 浏览:7681
Tags:Android 代码 混淆 问题 解决 java.io.FileNotFoundException

Android Studio(2.3.3) 在给代码混淆时,提示:

Warning:Exception while processing task java.io.FileNotFoundException: /Users/shengjie/AndroidProject/hengweather/app/build/intermediates/proguard-rules/release/aapt_rules.txt (No such file or directory)

简单说就是找不到"aapt_rules.txt"这个文件,解决方法也很简单:
1、菜单栏选择 build ---> clean project
2、重新打包(build)

这里只列出解决方法,详细的说明请看以下这篇文章:
http://blog.csdn.net/coderder/article/details/73733784

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Android打包版本号设置 下一篇Android传递中文参数方法(之一)

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目