-
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
getOpenSourceSoftwareLicenseInfo not found in Google Play services #1646
Comments
Thank you for letting me know. I will catch up later. |
I have the same issue. @wf9a5m75 Do you know any temporary solution? |
@gercinojr, you can fork the repo and remove / disable the deprecated methods in AsyncLicenseInfo.java and Environment.java until @wf9a5m75 releases a new version of the plugin (will apreciate if you also publish your changes as PR). |
I'm contacting to Google Maps team in order to confirm that the license text is still required or not in iOS. |
Because the getOpenSourceSoftwareLicenseInfo() was removed from Android
Okay, I updated the plugin code. Since iOS still has the method, and it is not even deprecated, I keep the method. |
Hi, Can we download the fix? Thank you. |
You just need to reinstall the plugin. |
Is that working if i reinstall from npm with the current branch, because I have the same problem for 1.4.3? |
Here is the compile error (Im using npm with version 1.4.3), I just reinstalled the plugin)
|
@wf9a5m75, there's some typo with your last commit: literal 3c4eadd#diff-b0586d70c9c30dd91967b4d78a5a7cd9R40 Output log:
|
Oops. Fixed. |
@wf9a5m75 can I use the 1.4.3 version from npm and compile ? |
V1.4.3 is out of dated. Please use the v2.0-beta |
I tried to but did not find a way to download it . Is that on npm or ? Can you please provide a link ? Thabk you , and thanks a lot for your reactivity. |
Why do you want to download? |
I use visual studio and build in cloud I need the zip file as I have it for npm . Is that something I miss? |
Thats exactly what I want the git url |
Just specify |
Perfect , and this branch is stable enough for a large public production app? |
Mostly stable, but still updates frequently. |
Thank you again , great support mega thumbs up . Have a great day |
Because the getOpenSourceSoftwareLicenseInfo() was removed from Android
v1.4 is also fixed. And I updated the npm. |
@wf9a5m75 perfect! Now we could build succesfully with v2 version 👍 |
Updated my project to 1.4.4 version but in GoogleMaps.java class, the line 1285 references AsyncLicenseInfo, but it was deleted. If the class doesn't exist, what is the reason for this line? Can't build my project with the 1.4.4 version. Any help? |
Oh,... |
Because the getOpenSourceSoftwareLicenseInfo() was removed from Android
@lpsantana I updated the code. Please try to reinstall the plugin. |
Should we pull from master to get this fix or is it at 1.4.4 on npm? |
I think this fix are in 1.4.5 version @cwoolum . See changelog for details But this version was unable to install. npm ERR! notarget No compatible version found: [email protected] |
Same here. Had to use master to unblock my build |
published. |
Because the getOpenSourceSoftwareLicenseInfo() was removed from Android
I'm submitting a ...
[ ] question
[x] any problem or bug report
[ ] feature request
plugin version: (check one with "x")
[ ] 1.4.x
[x] 2.0.0-beta2
Git rev: 785086e
cordova information: (run
$> cordova plugin list
)Current behavior:
Ionic 3 Mobile App doesn't builds because getOpenSourceSoftwareLicenseInfo was not found in Google Play services.
Expected behavior:
App builds successfully.
Related code, data or error log (please format your code or data):
Google has deprecated (and removed) the symbol
getOpenSourceSoftwareLicenseInfo(Context context)
from Google Play services as can be seen here: https://developers.google.com/android/reference/com/google/android/gms/common/GooglePlayServicesUtil.html#getOpenSourceSoftwareLicenseInfo(android.content.Context)The text was updated successfully, but these errors were encountered: