From: Wolfgang K. <wol...@xm...> - 2010-11-05 11:03:58
|
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 > |