I have installed B4A on a Windows 10pro 64bit machine along with latest resources and JDK14.
My project uses a bunch of libraries but I am getting the 'illegal characters in path' error.
Creating a new 'default' blank project and compiling I get no errors so I assume issue is not related to the 'Configure Paths' issue.
In any case I installed B4A to C:\B4A rather than ..Program Files\Anywhere Software\... as a precaution.
The default libraries for a blank project are:
Core
XUI
...adding:
DateUitils
Excel
JavaObject
JSTouchImageView
OKHttpUtils2
Phone
RandomAccessFile
Reflection
StringUtils
ViewsEx
xCustomListView
and the blank project still compiles just fine.
If I add either the 'RuntimePermissions' v1.12 or 'Printing' v1.11 libraries the error appears as below:
"B4A Version: 12.20
Parsing code. (0.01s)
Java Version: 11
Building folders structure. (0.01s)
Compiling code. (0.02s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.03s)
(AndroidX SDK)
Compiling resources Error
Illegal characters in path."
(it is the same when I use JDK14)
Any idea what issue that may point to?
My project uses a bunch of libraries but I am getting the 'illegal characters in path' error.
Creating a new 'default' blank project and compiling I get no errors so I assume issue is not related to the 'Configure Paths' issue.
In any case I installed B4A to C:\B4A rather than ..Program Files\Anywhere Software\... as a precaution.
The default libraries for a blank project are:
Core
XUI
...adding:
DateUitils
Excel
JavaObject
JSTouchImageView
OKHttpUtils2
Phone
RandomAccessFile
Reflection
StringUtils
ViewsEx
xCustomListView
and the blank project still compiles just fine.
If I add either the 'RuntimePermissions' v1.12 or 'Printing' v1.11 libraries the error appears as below:
"B4A Version: 12.20
Parsing code. (0.01s)
Java Version: 11
Building folders structure. (0.01s)
Compiling code. (0.02s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.03s)
(AndroidX SDK)
Compiling resources Error
Illegal characters in path."
(it is the same when I use JDK14)
Any idea what issue that may point to?