From: Brian H. <rin...@li...> - 2010-11-05 12:22:59
|
There used to be some sort of tutorial/help file that explained the basics of cross compiling an android app to the iphone. Which files you needed to delete or reconfigure within xcode to get it to work on xcode. I've looked on the xmlvm.org homepage along with the google sites page and can not find it. Can I get the basic steps on how to compile an android app to xcode? Thanks Brian On 11/5/2010 5:03 AM, xml...@li... wrote: > Send xmlvm-users mailing list submissions to > xml...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > or, via email, send a message with subject or body 'help' to > xml...@li... > > You can reach the person managing the list at > xml...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of xmlvm-users digest..." > > > Today's Topics: > > 1. Re: building on xcode (Elie Haddad) > 2. Re: building on xcode (Wolfgang Korn) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 05 Nov 2010 11:37:24 +0100 > From: "Elie Haddad"<eli...@gm...> > Subject: Re: [xmlvm-users] building on xcode > To: "Users, Xmlvm"<xml...@li...> > Message-ID:<201...@gm...> > Content-Type: text/plain; charset="utf-8" > > Thank you very much. > Looking forward to use it > > > ----- Original Message ----- > From: Wolfgang Korn > Sent: 11/05/10 12:36 PM > To: Elie Haddad > Subject: Re: [xmlvm-users] building on xcode > > Elie, > > the classes you see in your error messages are currently not supported by XMLVM's compatibility library. As you might know we are moving forward to a C-based cross-compilation allowing to cross-compile classes from the JAVA SDK (Open JDK) instead of writing them manually. This will provide a much better API coverage than we have today. Unfortunately you have to consider rewriting you application without using the unsupported classes for now. > > -- Wolfgang > > > Elie Haddad wrote: > > Hello , > Please find below a list of errors :) > error: android_sax_RootElement.h: No such file or directory > error: android_sax_Element.h: No such file or directory > error: android_sax_EndTextElementListener.h: No such file or director > error: cannot find protocol declaration for 'android_sax_EndTextElementListener' > error: java_net_MalformedURLException.h: No such file or directory > error: android_sax_EndElementListener.h: No such file or directory > error: org_xml_sax_ContentHandler.h: No such file or directory > error: android_util_Xml.h: No such file or directory > error: android_util_Xml_Encoding.h: No such file or directory > error: android_net_NetworkInfo.h: No such file or directory > error: android_widget_AbsListView_LayoutParams.h: No such file or directory > error: android_net_ConnectivityManager.h: No such file or directory > error: android_net_NetworkInfo_State.h: No such file or directory > error: java_util_TimerTask.h: No such file or directory > error: cannot find interface declaration for 'java_util_TimerTask' > > > ----- Original Message ----- > From: Panayotis Katsaloulis > Sent: 11/04/10 02:02 PM > To: Users, Xmlvm > Subject: Re: [xmlvm-users] building on xcode > > On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > > Hello Again, > > I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. > > I compiled the project i got like 200 errors most of them of .h files : no such file ot directory > > Any suggestion ? > > Thank you > > > You might have seen that there is a new method to migrate android projects. > Please have a look at the documentation here: > https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend > > You need to start from a clean android project to go on. > If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. > ----------------------------------------------------------------- > ------------------------------------------------------------------------------ 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 > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Fri, 05 Nov 2010 11:36:02 +0100 > From: Wolfgang Korn<wol...@xm...> > Subject: Re: [xmlvm-users] building on xcode > To: Elie Haddad<eli...@gm...> > Cc: "Users, Xmlvm"<xml...@li...> > Message-ID:<4CD...@xm...> > Content-Type: text/plain; charset="utf-8" > > Elie, > > the classes you see in your error messages are currently not supported > by XMLVM's compatibility library. As you might know we are moving > forward to a C-based cross-compilation allowing to cross-compile classes > from the JAVA SDK (Open JDK) instead of writing them manually. This will > provide a much better API coverage than we have today. Unfortunately you > have to consider rewriting you application without using the unsupported > classes for now. > > -- Wolfgang > > > Elie Haddad wrote: >> Hello , >> >> >> Please find below a list of errors :) >> >> >> error: android_sax_RootElement.h: No such file or directory >> >> error: android_sax_Element.h: No such file or directory >> >> error: android_sax_EndTextElementListener.h: No such file or director >> >> error: cannot find protocol declaration for >> 'android_sax_EndTextElementListener' >> >> error: java_net_MalformedURLException.h: No such file or directory >> >> error: android_sax_EndElementListener.h: No such file or directory >> >> error: org_xml_sax_ContentHandler.h: No such file or directory >> error: android_util_Xml.h: No such file or directory >> error: android_util_Xml_Encoding.h: No such file or directory >> error: android_net_NetworkInfo.h: No such file or directory >> >> error: android_widget_AbsListView_LayoutParams.h: No such file or >> directory >> error: android_net_ConnectivityManager.h: No such file or directory >> >> error: android_net_NetworkInfo_State.h: No such file or directory >> error: java_util_TimerTask.h: No such file or directory >> >> error: cannot find interface declaration for 'java_util_TimerTask' >> >> >> >>> ----- Original Message ----- >>> >>> From: Panayotis Katsaloulis >>> >>> Sent: 11/04/10 02:02 PM >>> >>> To: Users, Xmlvm >>> >>> Subject: Re: [xmlvm-users] building on xcode >>> >>> >>> >>> On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: >>> >>>> Hello Again, >>>> >>>> I updated my xcode and the issue is that all the procedure steps >>>> that are availble on the manual file are availble. >>>> >>>> I compiled the project i got like 200 errors most of them of .h >>>> files : no such file ot directory >>>> >>>> Any suggestion ? >>>> >>>> Thank you >>>> >>> >>> You might have seen that there is a new method to migrate android >>> projects. >>> Please have a look at the documentation here: >>> https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend >>> >>> You need to start from a clean android project to go on. >>> If your application still fails to compile, chances are that you are >>> requesting functionality from the Android SDK that is not yet present >>> in the Android compatibility library. >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> 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 >> > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > 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 > > > End of xmlvm-users Digest, Vol 17, Issue 5 > ****************************************** > > |