Hi everybody,
Like I said in previous posts, I’m new to software ag and I never compiled for the mobile phone before.
But I have a little problem.
When I try to cross compile my app,
the compiler gives an error on every line where I use the class database.
I have included the package “database.zip” in my referenced libary’s, but the cross compiler doenst find it.
(when I simulate my app, it works fine).
So do I need to edit an extra file or somthing zo the crosscompiler sees the zip-file to ??
Greetz Ken
one of the error :
C:\wMMobileDesigner_2\Samples\Expences\stages\refined\src\com\expences\view\SettingsView.java:26: error: cannot find symbol
[javac] Database db = DatabaseFactory.openOrCreate(Constants.DB_NAME);
[javac] ^
[javac] symbol: class Database
[javac] location: class SettingsView