Questions tagged [dx]

DX is a tool that comes with the Android SDK that is used to convert Java bytecode to Dalvik bytecode

DX is a tool that comes with the Android SDK that is used to convert Java bytecode to Dalvik bytecode.

DX is being replaced by D8.

References

78 questions
0
votes
1 answer

Stripping out AWT references from Android Dex file at compile time

I am getting warnings in my Android app saying that my bytecode makes illegal references to java.awt and in some cases the runtime seems to replace invalid opcodes. 09-22 19:36:41.688: W/dalvikvm(831): VFY: unable to find class referenced in…
user1678406
  • 1,715
  • 2
  • 11
  • 11
-2
votes
1 answer

Dx tool throws java.lang.OutOfMemmoryError

I have a terminal app that can build android apps on my phone. I don't have a computer that I can use to program. So anyway when my app grows in size the dx tool running in the terminal on my android phone throws java.lang.OutOfMemmoryError even…
-3
votes
1 answer

How to fix that issue: the file dx.jar was not loaded from the SDK folder! [eclipse]

I did a game without programming (on buildbox) and I would like make the apk, but, when I put on Eclipe, this message appear: the file dx.jar was not loaded from the SDK folder! I'm using Eclipse 3 neon, I downloaded Android SDK tools, Java SE…
I. Matheus
  • 29
  • 3
1 2 3 4 5
6