Skip to content
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

Deprecated API build warning #611

Open
brodycj opened this issue Jan 4, 2017 · 0 comments
Open

Deprecated API build warning #611

brodycj opened this issue Jan 4, 2017 · 0 comments

Comments

@brodycj
Copy link
Contributor

brodycj commented Jan 4, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant