-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocationClient cannot be resolved error #345
Comments
Probably you are missing "com.google.playservices" plugin. |
I have google play services. But I have the latest version of the library. That version removed location client class completely |
Even though, this plugin specifies the previous version on my repository. On Mon, Jan 5, 2015, 11:29 PM oneto018 notifications@github.com wrote:
|
yes it does. but I am already using google play services library for a new function. I can't use both version of the library in same project. And google play services is being updated to devices very often. So even if the app compiles properly with older version of the library , it would crash or not work in new version of the phones. Anyway fixing this issue properly will solve that #158. until that this plugin would be unusable in newer devices |
FusedLocationProviderApi did not work properly on some devices, the api never response, even if I set the timeout. So I rolled back to LocationClient class. |
I think to get this thing work on all os is to check which one (fused location provider or locationclient) and conditionally execute . But I haven't got any clue how that would be possible. Anyway hopefully in near future it would become more clear. Thank you for response |
I'll keep in mind, and test it in near future. |
@oneto018
|
I will check the v22 release. Downgrading to v19 broke everything. |
v22 is here.
|
My cordova project already uses google play services. When I tried to import this plugin am getting following error in eclipse
Description Resource Path Location Type
LocationClient cannot be resolved to a type GoogleMaps.java /MeDine/src/plugin/google/maps line 118 Java Problem
The text was updated successfully, but these errors were encountered: