From: Sascha H. <sa...@xm...> - 2011-01-15 01:44:21
|
Hi Migi, Panayotis is right, we don't have support right now for these classes. However, we are currently making great progress in cross-compiling big parts of existing libraries. We should soon be able to see whether we can cross-compile the SQL classes you are using from the Android SDK. I am sure though, that some manual code is necessary to map this functionality to the SQLite API of the iOS. // Sascha On Sat, Jan 15, 2011 at 2:31 AM, Panayotis Katsaloulis < pan...@pa...> wrote: > > On Jan 14, 2011, at 7:20 PM, Miggi wrote: > > > Hello Panayotis > > > > Thanks for your answer. > > > > Some of the errors I received are: > > > > package android.database.sqlite does not exist > > or > > cannot find symbol > > symbol: class SQLiteOpenHelper > > or > > cannot find symbol > > symbol: class SQLiteDatabase > > > > So what can I do? How can I cross-compile my project with XMLVM? Hope > > you can help me ;) > > > > Greetings > > Miggi > > > >From what I see, it seems that what you are asking to cross compile, is > not yet supported under XMLVM. > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |