Android Question The given path's format is not supported

warwound

Expert
Licensed User
Longtime User
I'm updating my GoogleVr library and get this error when i try to compile my updated version:

B4A Version: 8.00
Parsing code. (0.00s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Organizing libraries. Error
The given path's format is not supported.

A forum search shows only one related post that refers to b4i.
What's the problem here, it's an error message i've not seen before.
 

warwound

Expert
Licensed User
Longtime User
Problem solved - in my Main activity i had used:

B4X:
#AdditionalJar: sdk-panowidget:1.130.0.aar

I removed .aar and now the project compiles fine:

B4X:
#AdditionalJar: sdk-panowidget:1.130.0
 
Upvote 0

warwound

Expert
Licensed User
Longtime User
Hmmm....

I closed and reopened my project without using the -log paramter for b4a and now the compiler complains that it cannot find sdk-panowidget:1.130.0.jar!
I reverted back to:

B4X:
#AdditionalJar: sdk-panowidget:1.130.0.aar

And everything compiles fine again.
I'll post again if the original problem with the path not found re-occurs.
 
Upvote 0
Top