Hi all
i am developing an app that uses google maps. Everything worked perfectly but now i need to use AHViewPager.
If I add AHViewPager library to project and i compile the app even if i don't use the AHViewPager in the code the compiler returns me an error:
Could someone understand where is the problem?
i am developing an app that uses google maps. Everything worked perfectly but now i need to use AHViewPager.
If I add AHViewPager library to project and i compile the app even if i don't use the AHViewPager in the code the compiler returns me an error:
B4X:
Compiling generated Java code. Error
B4A line: 9746
GoogleMapsExtras1.AddCircle(gmap_Invisibilita,c
javac 1.8.0_25
src\mapper\app\main.java:3735: error: package com.google.android.gms.maps does not exist
_googlemapsextras1.AddCircle((com.google.android.gms.maps.GoogleMap)(mostCurrent._gmap_invisibilita.getObject()),(com.google.android.gms.maps.model.CircleOptions)(_circle.getObject()));
Could someone understand where is the problem?