I have 2 almost identical android programs. 1 compiles fine but the other now does not.
The error is
src\b4a\iTrack\main.java:7466: error: package com.google.android.gms.maps does not exist
mostCurrent._gextrad.SetTrafficEnabled((com.google.android.gms.maps.GoogleMap)(mostCurrent._gmapd.getObject()),anywheresoftware.b4a.keywords.Common.False);
I added the barcode camera code(https://www.b4x.com/android/forum/threads/barcode-reader-based-on-google-play-services-vision.89705/) into this program and since then it will not compile. I have now taken this code out but still not compiling. I have cleaned project but still no luck. Any ideas where I should look.
The error is
src\b4a\iTrack\main.java:7466: error: package com.google.android.gms.maps does not exist
mostCurrent._gextrad.SetTrafficEnabled((com.google.android.gms.maps.GoogleMap)(mostCurrent._gmapd.getObject()),anywheresoftware.b4a.keywords.Common.False);
I added the barcode camera code(https://www.b4x.com/android/forum/threads/barcode-reader-based-on-google-play-services-vision.89705/) into this program and since then it will not compile. I have now taken this code out but still not compiling. I have cleaned project but still no luck. Any ideas where I should look.