Quote:
Originally Posted by wodin
This isn't Windows code on an OS2 platform, it's Java code on an Java platform. Anybody with the SDK and a little knowledge can repackage the code for another OS.
|
Bear in mind that Android doesn't use a normal Java VM (it uses a Dalvik VM), and the .dex Dalvik Executable format isn't Java bytecode.
/JB