Java Question Error when compiling or opening the project

DonManfred

Expert
Licensed User
Longtime User
I am doing a new version of my Lotti wrapper.
When i open the project the IDE tells something about a AAR is not being in the folder E:\Basic4android\libraries\ (it is the Folder of the B4A Installation, the internal library folder)
B4A Version: 9.80
Java Version: 11
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Organizing libraries. Error
Die Datei "E:\Basic4android\libraries\lotti.aar" konnte nicht gefunden werden.

The lotti aar is not there, sure. It is in the folder E:\B4XAdditionallibs\B4A
lotti020.png


I´m wondering why i do get this Error when compiling or

opening the project

lotti021.png
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Maybe you use lowercase, but library name start with uppercase?
I'm just guessing.
 

DonManfred

Expert
Licensed User
Longtime User
Apparently Lotti.aar <> Lottie.aar
Oh nooooo. :eek: :oops: o_O

I feel so stupid actually

I´m fighting since days with this. I was sure it must be something i did wrong but was not able to see this little missing e in the filename.... ?

PS: Godd thing is that i now got it working. I´m now preparing a new Example to publish.
Library update will be made soon too :)
 

DonManfred

Expert
Licensed User
Longtime User
I can't wait to see what your new and improved wrap is bringing to the party
 
Top