When I compile, I get the following message:
Compiling code. Error
Error parsing program.
Error description: Unknown type: stringutils
Are you missing a library reference?
Occurred on line: 4
Dim StringUtils1 As StringUtils
The code in that area looks like:
Dim SV As ScrollView
Dim Header As Panel
Dim StringUtils1 As StringUtils
Dim Table As List
In Configure Paths -> Additional Libraries I have:
C:\Program Files\Anywhere Software\Basic4android\Libraries
In checking the library sub-directory above I have:
StringUtils.xml
StringUtils.jar
both are dated 12/22/2010.
Do I have the libraries in the correct place, or possibly the wrong libraries ?
Thank You...
Bob
Compiling code. Error
Error parsing program.
Error description: Unknown type: stringutils
Are you missing a library reference?
Occurred on line: 4
Dim StringUtils1 As StringUtils
The code in that area looks like:
Dim SV As ScrollView
Dim Header As Panel
Dim StringUtils1 As StringUtils
Dim Table As List
In Configure Paths -> Additional Libraries I have:
C:\Program Files\Anywhere Software\Basic4android\Libraries
In checking the library sub-directory above I have:
StringUtils.xml
StringUtils.jar
both are dated 12/22/2010.
Do I have the libraries in the correct place, or possibly the wrong libraries ?
Thank You...
Bob