Android Question B4X cross platform issue

MrKim

Well-Known Member
Licensed User
Longtime User
I am really trying to wrap my head around how to set up so I can have the same app in B4J, B4A, and B4i.
I downloaded Klause's B4XPages_SQLiteLight2.
The B4J project runs fine.
The B4a project loads with the following errors
B4X:
Syntax error.
Unknown member: values
File 'persons.db' in Files folder was not added to the Files tab.
You should either delete it or add it to the project.
You can choose Tools - Clean unused files. (warning #14)
Wehn I try to compile I get the following error
B4X:
B4A Version: 9.80
Java Version: 8
Parsing code.    (0.16s)
Building folders structure.    (0.03s)
Running custom action.    (0.07s)
Compiling code.    Error
Error compiling program.
Error description: Unknown member: values
Error occurred on line: 650
For Each pi As B4XPageInfo In IdToB4XPage.Values
Word: values
Thanks for any help.
 
Last edited:

klaus

Expert
Licensed User
Longtime User
The message below is a false warning which will be removed by Erel in the next update.
Don't remove the persons.db file, it is needed!
It is copied to the project Files folder during the first compilation.
3. File 'persons.db' in Files folder was not added to the Files tab.
You should either delete it or add it to the project.
You can choose Tools - Clean unused files. (warning #14)
 
Upvote 0
Top