Android Question Compilation error from modified FusedLocation provider example

toby

Well-Known Member
Licensed User
Longtime User
What I'm trying to achieve: Add file sharing (exporting) feature to the FusedLocationProvider example.
What I've done:
1. Ran both shareFileWithFileProvider and FusedLocationProvider examples separately without any problem.
2. Copied code from FileProvider to FusedLocation example

The compilation error I've got:
<code>
B4A version: 6.50
Parsing code. (0.06s)
Compiling code. (0.30s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
Generating R file. (2.03s)
Compiling generated Java code. Error
B4A line: 86
FusedLocationProvider1.RequestLocationUpdates(Loc
javac 1.8.0_60
src\uk\co\martinpearman\b4a\fusedlocationproviderexample\main.java:579: error: package com.google.android.gms.location does not exist
_fusedlocationprovider1.RequestLocationUpdates((com.google.android.gms.location.LocationRequest)(_locationrequest1.getObject()));

</code>

Test app is here

Any help would be greatly appreciated.

Toby
 
Top