2012-05-07 4 views
1

나는 안드로이드 개발을 위해 일식 인디고와 최신 sdk 및 ADT 19를 사용하고 있습니다.안드로이드 SDK를 최신 버전과 ADT로 업데이트

나는 다음과 같은 문제를 해결 한 후 다음과 같은 오류가 점점 오전 : 당신은 인디고와 ADT-19으로 업그레이드 한 후, 컴파일러, 시도하고 확인 제대로 설정되지 같은 경고 메시지에서
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 
+0

실제로 메시지를 읽었습니까? 해결책은 꽤 명확 해 보입니다 :'권장되는 해결책은 최신 컴파일러를 사용하고 "-target"유형 옵션을 지정하지 않고 클래스를 소스에서 다시 컴파일하는 것입니다. –

+0

어떻게 수행할까요? 죄송합니다. 나는 그것에 noobe입니다 .. 그게 무슨 뜻인지 못 봤어? – Smitha

답변

0

보인다 자바 컴파일러 설정.

관련 문제