Y
Hacker News
new
|
ask
|
show
|
jobs
by
boberoni
899 days ago
For those unfamiliar with Android dev, .dex files are Dalvik Executables, which are used to hold a set of class definitions and their associated adjunct data.
https://source.android.com/docs/core/runtime/dex-format
1 comments
Zambyte
898 days ago
That sounds functionally the same as an executable jar file. Anyone know why jar wasn't just used instead?
link
hactually
898 days ago
oracle's litigious nature?
link