From: Elie H. <eli...@gm...> - 2010-11-05 10:36:09
|
Sorry for missing the below : error: android_view_ViewConfiguration.h: No such file or directory error: android_widget_AdapterView_OnItemLongClickListener.h:: No such file or directory error: android_graphics_ColorFilter.h: No such file or directory error: android_graphics_LightingColorFilter.h: No such file or directory error: android_widget_AdapterView_OnItemClickListener.h: No such file or directory error: java_util_Date.h: No such file or directory I guess all mentioned are functionality from the Android SDK that is not yet present in the Android compatibility library. 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. |