From: Valeria R. <va...@tr...> - 2011-12-19 09:50:33
|
Hi I have an android app and I have found your project, which seems so great, because now I have to build an iphone app with the same pattern. Can I really get an iphone app out of an android app? Well I have tried to do that but without success and was wondering if I did all the steps correctly. I am using Ubuntu. I have followed your instructions from the Documentation<http://xmlvm.org/documentation/> website. It all went fine until the step where you have to do "ant demos". Well that doesn't work I have opened a support ticked about that. I have tried to build an xmlvm project out of a normal one: I have copied my eclipse project, then updated it to an ant project (with: ./android update project -p ../../SCM2) and the I ran your comand to migrate the ant android project into xmlvm android project (its name is SCM2): xmlvm --skeleton=android:migrate --out=SCM2 but I get this strange warning: [12/19/11 09:56:50.356] WARNING: InputProcess.getOutputFiles(): Input File is null. I have tried running it in sudo but it doesn't work. but anyway the project SCM2 still gets some folders created inside like nbproject and build.xml and then I have updated the local.properties files: sdk.dir=/home/tresipunt/android-sdk-linux_x86 The problem is when I try to compile with ant it seems it doesn't find any classes!!! I have tried replacing sdk.dir=/home/tresipunt/android-sdk-linux_x86r by sdk.dir={$HOME}/android-sdk-linux_x86 but still the classes are not found. I don't know what else to do there are so many properties files that I don't know which one I should modify. Do I have to include the other libraries somewhee else? In SCM22/project.properties I have target=Google Inc.:Google APIs:7 android.library.reference.1=../wheel and there is a jar in the libs folder do I have to write info about them somewhere else? Can anybody help me please? thanks a lot Valeria |