Android Question fused location error

fricentric

Member
Licensed User
Longtime User
hey m getting the error mentioned below when i try to combine fused location code and zbar scanner in my existing app.
The app works fine with zbar scanner but when fused location code is added, it gives the following error.
please help me out!


B4X:
B4A version: 6.50
Parsing code.    (0.03s)
Compiling code.    (0.69s)
Compiling layouts code.    (0.08s)
Organizing libraries.    (7.38s)
Generating R file.    (3.89s)
Compiling debugger engine code.    (3.37s)
Compiling generated Java code.    Error
B4A line: 48
LocationSettingsRequestBuilder1.AddLocationReques
javac 1.8.0_111
src\JHS\ZbarBarcodeScanner\locationmonitor.java:192: error: package com.google.android.gms.location does not exist
_locationsettingsrequestbuilder1.AddLocationRequest((com.google.android.gms.location.LocationRequest)(_locationrequest1.getObject()));
 
Top