Bonjour et Bonne Année
On a project, when compiling with b4a rel 4.0, I get an error message:
Using rel 3.82, everything is OK. I am using the same libraries with both.
I will send to Erel the full project and the libraries I am using for diagnosis.
On a project, when compiling with b4a rel 4.0, I get an error message:
B4X:
Parsing code. 0.23
Compiling code. 0.27
Compiling layouts code. 0.03
Generating R file. 0.14
Compiling generated Java code. Error
B4A line: 133
points.Add(llPoint)
javac 1.7.0_55
src\emobility\canion\maps.java:893: error: cannot access LatLng
_points.Add((Object)(_llpoint.getObject()));
^
class file for com.google.android.gms.maps.model.LatLng not found
Using rel 3.82, everything is OK. I am using the same libraries with both.
I will send to Erel the full project and the libraries I am using for diagnosis.