Tagged Questions

dx is a tool that comes with the Android SDK that is used to convert java bytecode to dalvik bytecode

learn more… | top users | synonyms

1
vote
2answers
115 views

how can resolve the issue Conversion to Dalvik format failed with error 1?

i am working on inbuild email application in this application i am getting error logs in building time how can resolve issue [2012-01-02 10:53:07 - AndroidMail] Dx UNEXPECTED TOP-LEVEL EXCEPTION: ...
1
vote
0answers
137 views

Dx warning: Ignoring InnerClasses .. for org.apache.tools.ant

I encountered this set of warnings which made memory overflow and eventually crashed Eclipse. This is an Android application with twitter4J core jar included as a reference library. This is using ...
1
vote
2answers
529 views

compiling Jars and add them to android project

Ok here is the thing, i put days into it, searching all the data base, so it's either i didn't search for the right words or there is no answer for it, hopefully “yet”. Symptoms: -compiling the ...
1
vote
1answer
173 views

how to use java core lib not supported in Android?

There is trouble when using core class in android Dx trouble processing "javax/xml/bind/Binder.class" I do need the classes in javax.xml.* for developing web services, but it is not fully ...
0
votes
1answer
44 views

porting javac and dx to android

Hi i'm planning on porting the javac compiler and dx converter to android..Is this going to be a trivial Task or are there any major Roadblocks? My idea is to create an app so that people can compile ...
0
votes
1answer
176 views

Bad class file magic when using dx.bat

I need to build my Android application using the command line, when I get to the point that I must use dx.bat to convert to Dalvik bytecode dx.bat --dex ...
0
votes
1answer
119 views

Android dx tool

Does anyone know of any documentation for dx? In particular I am interested in knowing what the --core-library option does. Can anybody shed any light on that? Thanks!
0
votes
0answers
143 views

Managing android projects from command line

I am managing and running my android app from command line without using ant,i followed following steps --generated R.java --compiled R.java, .java in src to .class files --assembling set of class ...
0
votes
3answers
147 views

“Conversion to Dalvik format failed” error not going away

"Conversion to Dalvik format failed: unable to execute dex: wrapper was not properly loaded first" I am getting this error with my project in eclipse, and I searched for it and all answers say it's a ...
0
votes
2answers
360 views

HelloWorld cannot run under dalvikvm

I'm trying the Hello World example from http://android.git.kernel.org/?p=platform/dalvik.git;a=blob_plain;f=docs/hello-world.html;hb=HEAD However, my Foo program did not run; dalvikvm complained ...
0
votes
1answer
539 views

how to use dx to generate dex file for java program referencing external package libraries

I'm a newbie Android developer and wish to know how to use dx to generate the dex file/s for a java program that references external package libraries. Ultimately, I'm trying to run this generated dex ...
0
votes
1answer
92 views

Are there a specification of an API or samples for the DX tool for Android!

I'd like to use DX Tool API for triying to generate ad-hoc a dexfile invoking this library. Are there any sample or any specification of this library? Thanks for all Greetings!
0
votes
2answers
724 views

Using DX Auth for Codeigniter

Has anyone used DX Auth for Codeigniter bundeled examples? After following Installing DX Auth library with bundled examples on http://dexcell.shinsengumiteam.com/dx_auth/installation/index.html I ...
0
votes
1answer
233 views

How can I use jar libraries in Android compiled with packages that Android doesn't have

I need to import a couple of jars that where compiled under the full implementation of java. I know that Android doesn't use all the packages that java has to offer. My question is: Is it possible to ...
0
votes
1answer
162 views

No dx in android SDK?

I just downloaded android SDK for linux_x86. I cannot find dx though. Document says it should be on /tools/ . is dx not included any more from some point?
-1
votes
1answer
162 views

how to convert .jar or .class to .dex file?

I'm going to edit opera mini v6.5 server because it is blocked in our country now i have unpacked the .apk file extract classes.Dex then convert in via dex2jar.bat now modified the server. here is a ...