From: ahmet t. <ahm...@gm...> - 2009-12-13 20:33:15
|
Hello, I am in need of help. I am trying to convert an Android Sudoku application to Iphone but cant manage. I read the manual in detail. I built the xmlvm and now have an xmlvm.jar. It says that only xmlvm.jar is enough to use the tool. So I copied xmlvm.jar to a directory named "example". Inside example there is my android application source codes. ../example xmlvm.jar Sudoku Sudoku is directly copied from Eclipse workspace. Now as far as I see, I should call this command: >java -jar xmlvm.jar --in=/Sudoku --target=android-on-iphone --iphone-app=Sudoku > It seems like a successfull run, but when I look at the directory again: It creates an empty src/lib/anroid directory, a Sudoku.xcodeproj/project.pbxproj file and a Makefile. It doesnt produce anything other than these. What am I missing? It is a simple game like your Xokoban. I don think that there can be any compatibility issues. thanks. |