Proguard.cfg失踪 [英] Proguard.cfg Missing

查看:121
本文介绍了Proguard.cfg失踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在今天升级日食的错误,现在不能让我一个新的Andr​​oid项目,走了。

I made the mistake of upgrading eclipse today and now can't get my a new Android project to get going.

我得到的消息Proguard.cfg(该文件无法找到)。

I get the message Proguard.cfg (the file can't be found).

这是哪里的事情,我似乎无法找到它呢?是否有可能摆脱它,我没有在该项目中需要混淆...

Where is this thing I can't seem to find it? Is it possible to get rid of it I don't need Obfuscation in this project...

感谢

推荐答案

如果你真的不需要Proguard的混淆你发布的版本,你可以删除default.properties文件以下行项目中的根文件夹:

If you really don't need Proguard to obfuscate your release builds, you can remove the following line from the default.properties file in your project root folder:

proguard.config = proguard.cfg

proguard.config=proguard.cfg

如果你想有一个proguard.cfg模板,你可以从头开始创建一个新的Andr​​oid项目Eclipse的项目向导,然后在新项目复制proguard.cfg转移到previous之一。

If you want a proguard.cfg template, you can create a new Android project from scratch with Eclipse's project wizard, then copy proguard.cfg from the new project over to the previous one.

这篇关于Proguard.cfg失踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆