在Android中从Eclipse导出项目时出错

枕上从妨一夜睡,灯前读尽十年诗。这篇文章主要讲述在Android中从Eclipse导出项目时出错相关的知识,希望能为你提供帮助。
从Eclipse导出我的项目以发送它进行测试时,我收到以下错误。

Obsolete ProGuard file; use -keepclasseswithmembers instead of -keepclasseswithmembernamesIssue: Looks for problems in proguard config files Id: ProguardUsing -keepclasseswithmembernames in a proguard config file is not correct; it can cause some symbols to be renamed which should not be. Earlier versions of ADT used to create proguard.cfg files with the wrong format. Instead of -keepclasseswithmembernames use -keepclasseswithmembers, since the old flags also implies "allow shrinking" which means symbols only referred to from XML and not java (such as possibly CustomViews) can get deleted.http://http://code.google.com/p/android/issues/detail?id=16384

该链接对我不起作用,我不知道如何解决这个问题。我最近升级了我的ADT。
答案我在eclipse的Programs窗口中选择了错误。并且错误被删除。
另一答案【在Android中从Eclipse导出项目时出错】我在以下链接中找到了答案:
  • android developers
  • this
  • bug list

    推荐阅读