You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/16 16:44:35 UTC

[GitHub] janpio commented on issue #674: Android 8.0.0 SystemCookieManager.java uses or overrides a deprecated API.

janpio commented on issue #674: Android 8.0.0 SystemCookieManager.java uses or overrides a deprecated API.
URL: https://github.com/apache/cordova-android/issues/674#issuecomment-464361638
 
 
   > Task :app:fabricGenerateResourcesDebug FAILED
   > ERROR - Crashlytics Developer Tools error.
   > java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null.
   > Check the Crashlytics plugin to make sure that the application has been added successfully!
   
   This is an implementation error on your side. It seems you are using a plugin for Crashlytics and the plugin is not properly configured. If this is not the case, please direct your question at the author of this plugin.
   
   > Error: D:\[PROJECT_NAME]\platforms\android\gradlew: Command failed with exit code 1 Error output:
   > Note: D:\[PROJECT_NAME]\platforms\android\CordovaLib\src\org\apache\cordova\engine\SystemCookieManager.java uses or overrides a deprecated API.
   
   Are those two things related? It's not really possible to tell from what you posted. Using a deprecated API is by itself not a problem. It just means that the API has the flag "deprecated" and might be going away in the future. It is perfectly fine to use right now.
   
   Is your build problem reproducible in a new, plain Cordova app? A minimal reproduction repository would really help to debug and later fix this issue. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org