2012-01-29 4 views
0

내가 읽었을 때이 오류는 diff jar 파일에있는 클래스에 대한 중복 참조로 인해 발생할 수 있으며 Build Path를 사용하여 문제가 발생한 것으로 보입니다. 하지만, 필자가 가지고있는 것은 android-support-v4.jar 파일을 Build Path와 Referenced 라이브러리에서 깨끗하게 빌드해야한다는 것입니다.모든것을 시도했습니다 - Dalvik 형식으로 변환하는 중 오류가 발생했습니다. 1

프로젝트를 지우고 R.java를 삭제하고 프로젝트를 닫은 다음 다시 열었지만 아직 내기에서 벗어났습니다. 이 문제를 해결하려면 어떻게해야합니까? 두 개의 .jar 파일이 모두 필요하며 내 프로젝트에 포함 된 유일한 파일입니다.

콘솔 로그 :

 
[2012-01-29 13:05:30 - HelloFragmentLayout] Dx 
trouble processing "javax/security/auth/callback/PasswordCallback.class": 

Ill-advised or mistaken usage of a core class (java.* or javax.*) 
when not building a core library. 

This is often due to inadvertently including a core library file 
in your application's project, when using an IDE (such as 
Eclipse). If you are sure you're not intentionally defining a 
core class, then this is the most likely explanation of what's 
going on. 

However, you might actually be trying to define a class in a core 
namespace, the source of which you may have taken, for example, 
from a non-Android virtual machine project. This will most 
assuredly not work. At a minimum, it jeopardizes the 
compatibility of your app with future versions of the platform. 
It is also often of questionable legality. 

If you really intend to build a core library -- which is only 
appropriate as part of creating a full virtual machine 
distribution, as opposed to compiling an application -- then use 
the "--core-library" option to suppress this error message. 

If you go ahead and use "--core-library" but are in fact 
building an application, then be forewarned that your application 
will still fail to build or run, at some point. Please be 
prepared for angry customers who find, for example, that your 
application ceases to function once they upgrade their operating 
system. You will be to blame for this problem. 

If you are legitimately using some code that happens to be in a 
core package, then the easiest safe alternative you have is to 
repackage that code. That is, move the classes in question into 
your own package namespace. This means that they will never be in 
conflict with core system classes. JarJar is a tool that may help 
you in this endeavor. If you find that you cannot do this, then 
that is an indication that the path you are on will ultimately 
lead to pain, suffering, grief, and lamentation. 

[2012-01-29 13:05:30 - HelloFragmentLayout] Dx 1 error; aborting 
[2012-01-29 13:05:30 - HelloFragmentLayout] Conversion to Dalvik format failed with error 1 

답변

0

은 내가 주석 처리 된 모든 메소드의 몸을 모든 클래스에 안드로이드 4. 안드로이드 3 작성된 예제 응용 프로그램을 실행하는 동안 같은 문제가 있었다 제거하려 클래스 경로에서 android.jar을 가져 오면 더 이상 오류 메시지가 표시되지 않습니다. 그리고 그것은 내가 주석 - 코드에서 이전에 주석 - 이상한 : (불행히도 내가 올바른 솔루션이 있는지 여부를 확신하지 못하는 경우에도 문제가있는 응용 프로그램을 실행하는 동안 NPE를 얻을 수 있습니다. 당신은 어떨까요? ?

0

나는 똑같은 문제에 직면 해있다. 나는 안드로이드 라이브러리를 JRE 환경에도 두 번 추가했다는 것을 깨달았다. 프로젝트의 자바 빌드 경로가 하나의 안드로이드 플랫폼 만 라이브러리로 포함하고 있지는 않은지 확인한다.

0

android 라이브러리와 다른 라이브러리 또는 jar 파일을 제거하십시오. Android 라이브러리를 사용하고있을 가능성이 있으며 "Add"에서 android jar 파일을 추가했을 수도 있습니다. Jar "옵션을 선택하십시오. 그렇다면 추가 jar를 제거하십시오. 문제.