For months I've been trying with trial and error to solve the following error message which pops up immediately when the IDE appears.
An error occurred.
Missing jar file for library:
ScrollView2d.xml
I have multiple copies of the .xml file and the .jar file but no matter where I put them my error showing up persists.
Additionally, I'm getting a new error this morning as follows. This error won't allow my app to compile; so now I'm really screwed since my app has been fine for over a year as I add new records in my SQLite table and make other adjustments.
I can't understand where in all my files the referenced file should be located by the program. I'll include a zip of my app for help right after I post this thread.
An error occurred.
Missing jar file for library:
ScrollView2d.xml
I have multiple copies of the .xml file and the .jar file but no matter where I put them my error showing up persists.
Additionally, I'm getting a new error this morning as follows. This error won't allow my app to compile; so now I'm really screwed since my app has been fine for over a year as I add new records in my SQLite table and make other adjustments.
B4X:
B4A Version: 12.50
Parsing code. Error
Error parsing program.
Error description: Unknown type: scrollview2d
Are you missing a library reference?
Error occurred on line: 64 (xTableLite)
Private SV2 As ScrollView2D
I can't understand where in all my files the referenced file should be located by the program. I'll include a zip of my app for help right after I post this thread.