Deprecated API build warning
brodycj opened this issue · 0 comments
brodycj commented
As reported in storesafe/cordova-sqlite-evcore-extbuild-free#16 the Android build shows the following:
:CordovaLib:compileDebugJavaWithJavac
:CordovaLib:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
In theory it should be possible to mark certain classes and/or functions with @SuppressWarnings("deprecation")
to suppress this warning.
I am not even sure whether the issue is with this plugin, something in the Cordova framework, or both.
To find the error we would have to play with the Gradle build system. So far I have not figured out how to get it to show the details.