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

That sounds functionally the same as an executable jar file. Anyone know why jar wasn't just used instead?
oracle's litigious nature?