I was thinking in using some tools to convert the JAR into an APK. But will my Nexus One have enough memory? And what about the controls?
|
|
UPDATE 8/16/2011 Minecraft Pocket Edition is now available in the Google Play Store! UPDATE Engadget hands-on of the game Here is a video from "SonyEricssonDev" showing Minecraft being played on the Xperia Play UPDATE: It looks like Minecraft Mobile will be revealed at E3 2011 (June 7-9). However it will only be available on '... Sony Ericsson's PlayStation-certified Xperia Play' at first and then sometime later available for other Android devices. Sources: Previous posts below While it may not be possible right now, it looks like the developer will eventually bring Minecraft to Android. Edit: I found a 'MineDroid' Google code page today - I haven't tried it myself but under "Downloads" there is an apk that was release on Feb 25th. I suggest looking at the Wiki for instructions on installing and running. Edit 2: I found DroidCraft just a few minutes ago. While it's not true Minecraft the describes it as an "Android survival / crafting game inspired by Minecraft". I'm downloading now to check it out. Game Website |
|||||||
|
|
I know nothing about Minecraft but I can't see how it would be possible without rewriting big chunks of it. Even if you can convert the JAR to an .apk, there are many Java classes that are not part of the Android API. Furthermore, Android does not include AWT, Swing or Java 2D/3D, it has its own UI and graphics APIs, so the user interface would need to be rewritten. |
|||||
|
|
Android cannot just "run" native Java applications. Android does not have a Java Virtual Machine. Android uses a Dalvik Virtual Machine, which is completely different. While android applications are written in Java, it is a "subset" of actual Java. so even if you could run the jar files through a "converter", there is no guarantee the code is actually supported by Dalvik. |
|||
|
|
|
You can run a JAR provided that is a midlet for mobile (j2ME) There are some JVM available in the market. I used them a lot in the early days of my G1 for some "killer apps" (Opera Mini, QQ) |
|||
|
|
protected by Matthew Read♦ May 22 '12 at 1:23
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

