You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: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.
The text was updated successfully, but these errors were encountered:
As reported in storesafe/cordova-sqlite-evcore-extbuild-free#16 the Android build shows the following:
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.
The text was updated successfully, but these errors were encountered: