Hi,
I've a problem during compilation when I add a Runtime Permissions library (ver. 1.10).
In few word my script able to view a Map (GoogleMaps library ver. 1.01) on a Panel run ok and is correctly installed.
If I add a Runtime Permission library (without write any aggiuntive code) I have this error during compilation.
What I can do?
Thanks for any help!!!
B4A Versione: 8.50
Analisi del Codice. (0.00s)
Building folders structure. (0.04s)
Compilazione del codice. (0.01s)
Compilazione del codice di layouts (0.00s)
Organizzazione Librerie. (0.00s)
Generazione file R. (0.52s)
Compilazione del codice Java prodotto. Error
B4A line: 50
GoogleMap1.AnimateCamera(cp)
javac 1.8.0_102
src\b4a\example\main.java:389: error: package com.google.android.gms.maps.model does not exist
mostCurrent._googlemap1.AnimateCamera((com.google.android.gms.maps.model.CameraPosition)(_cp.getObject()));
^
I've a problem during compilation when I add a Runtime Permissions library (ver. 1.10).
In few word my script able to view a Map (GoogleMaps library ver. 1.01) on a Panel run ok and is correctly installed.
If I add a Runtime Permission library (without write any aggiuntive code) I have this error during compilation.
What I can do?
Thanks for any help!!!
B4A Versione: 8.50
Analisi del Codice. (0.00s)
Building folders structure. (0.04s)
Compilazione del codice. (0.01s)
Compilazione del codice di layouts (0.00s)
Organizzazione Librerie. (0.00s)
Generazione file R. (0.52s)
Compilazione del codice Java prodotto. Error
B4A line: 50
GoogleMap1.AnimateCamera(cp)
javac 1.8.0_102
src\b4a\example\main.java:389: error: package com.google.android.gms.maps.model does not exist
mostCurrent._googlemap1.AnimateCamera((com.google.android.gms.maps.model.CameraPosition)(_cp.getObject()));
^