From: Arno P. <ar...@pu...> - 2012-05-07 00:38:22
|
you cannot create an iOS project on Windows. You need MacOS for that. Assuming you are running under MacOS, you can cross-compile an Android Hello World with the following sequence: cd xmlvm ant cd tutorial/android/helloworld/prog/ ant run-Xcode Make sure that in xmlvm/properties/local.properties there is a sdk.dir property that points to the directory of your Android installation. Arno On 5/4/12 5:05 AM, dilip vengsarkar wrote: > > > > > hi all, > > I am using "hello world " in android application and i need to > convert to IOS app support for iphone .. since i am working on > windows 7 and could not not able use android on target .. .. i am > using xmlvm ... please tell me way convert from android app to iphone > app .. and better it will be on screenshot ... > > > Thank in advance > > > Regards, > D.Dilip Vengsarkar > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |