简体   繁体   English

将Android SDK更新到最新版本和ADT 19

[英]Updating Android SDK to latest and ADT 19

I am using eclipse Indigo and latest sdk and ADT 19 for my android development. 我正在为我的android开发使用eclipse Indigo和最新的sdk和ADT 19。

I am getting the following error after fixing the following issue: 解决以下问题后出现以下错误:
http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17 http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17

Dx warning: Ignoring InnerClasses attribute for an anonymous inner class  
(com.sun.org.apache.xpath.internal.functions.SecuritySupport12$8) that doesn't come with an  
 associated EnclosingMethod attribute. This class was probably produced by a  
compiler that did not target the modern .class file format. The recommended  
solution is to recompile the class from source, using an up-to-date compiler  
and without specifying any "-target" type options. The consequence of ignoring  
this warning is that reflective operations on this class will incorrectly indicate that it is *not* an inner class.  

Unable to execute dex: Java heap space  
Conversion to Dalvik format failed: Unable to execute dex: Java heap space  

从警告消息看起来,在使用靛蓝升级到ADT-19后,编译器未正确设置,请尝试使用Java编译器设置进行检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM