From: <dav...@gm...> - 2011-03-18 07:22:12
|
Hi there, First of all many thanks for building such a great concept and keeping it open-source :-) Since I'm new to this project I stubbled upon the following problem: I built a skeleton android project, and since there is already some app content (eg. a prefilled layout) I tried to cross-compile this skeleton app to iphone. Everything worked fine, but if I import the source into Xcode and try to compile it there I get error messages indicating that the android lib is not available (eg. in the MainActivity.h is an import of android_app_Activity.h but i can't find this header file in the compiled source) Here is what i did: java -jar xmlvm.jar --skeleton=android --out=d:\projects\android\test --app-name=testapp java -jar xmlvml.jar --in=d:\projects\android\test --target=iphone --iphone-app=testapp --out=d:\projects\iphone\test May I have forgotten something? Thanks in advance for your help dave -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Lastminute, Cluburlaub, Flug, Hotel und mehr... sunstore Reisen - http://www.sunstore-reisen.cc NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone |