-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Posible memory leak in version 2.3.10-api-22 #253
Comments
Related Stackoverflow thread: https://stackoverflow.com/a/47319534/1583507 |
Your are explicitly using the v2.3.10-api-22 tag of the api-22 branch which is deprecated and (as documented) is no longer maintained. The api-22 branch was created at the time that API 23 (Android 6.0 Marshmallow) had just been released and many developers had not yet updated their code to use Android run-time permissions. Android apps should by now be updated to handle run-time permissions on Android and therefore this branch is no longer necessary. Instead use the npm releases from the master branch which has been updated to fix the stricter checks under Gradle 4 and so will build fine with |
The problem is that my app needs to be compatible from API 19, will it work? |
|
i.e. both this plugin and |
The fix should be the same as #251 |
When signing APK with the new version of Cordova (6.4.0), there's a error because a posible memory leak:
That new version of Cordova uses Gradle 4.1, older versions use 2.14.1
The text was updated successfully, but these errors were encountered: