From: Wolfgang K. <wol...@xm...> - 2010-11-10 18:57:13
|
Miggi, be careful with cross-compiling under Windows and then running the final build step on a Mac - you might encounter encoding problems. I recently talked to someone who did exacly that. It turned out that Xcode was not able to read the generated project file. It was incomplete and especially the references to the cross-compiled sources were missing. So - if you have a Mac available I recommend running both XMLVM and Xcode on the Mac. -- Wolfgang Miggi wrote: > Hello Arno > > That could be the solution I'm searching for ;) So, if I have an > android project under Windows then I have to migrate it under Windows > but to cross-compile it under iOS? Or should I do both steps under iOS? > > Thanks a lot! > > Miggi > > Am 10.11.2010 18:45, schrieb Arno Puder: >> note that if you plan to cross-compile from Android to iOS, you will >> need Xcode (meaning, you can't do this under Windows). I'm just >> mentioning this because I see Windows-style path names. >> >> Arno >> >> >> On 11/10/10 8:48 AM, Miggi wrote: >>> Hello folks >>> >>> I'm obviously not able to write the path to the Android SDK in a form >>> that will be understood ;) >>> >>> I've already tried: >>> >>> - C:\path\toAndroid >>> - "C:\path\toAndroid" >>> - C:\path\toAndroid\ >>> - "C:\path\toAndroid\" >>> - C:/path/toAndroid >>> - "C:/path/toAndroid" >>> >>> and a few more versions. But I always get the message, that the path in >>> local.properties is not been set. Where's my fault? Can somebody >>> help me? >>> >>> Thanks, Miggi >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> The Next 800 Companies to Lead America's Growth: New Video Whitepaper >>> David G. Thomson, author of the best-selling book "Blueprint to a >>> Billion" shares his insights and actions to help propel your >>> business during the next growth cycle. Listen Now! >>> http://p.sf.net/sfu/SAP-dev2dev >>> >>> >>> >>> _______________________________________________ >>> xmlvm-users mailing list >>> xml...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> ------------------------------------------------------------------------------ >> >> The Next 800 Companies to Lead America's Growth: New Video Whitepaper >> David G. Thomson, author of the best-selling book "Blueprint to a >> Billion" shares his insights and actions to help propel your >> business during the next growth cycle. Listen Now! >> http://p.sf.net/sfu/SAP-dev2dev >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |