Deprecated/Unchecked operations in Android build

Hi, get these warning in all Android projects on build.

Note: C:\Users\leehu\Development\JUCE\examples\Demo\Builds\Android\app\src\main\java\com\yourcompany\jucedemo\JuceDemo.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\leehu\Development\JUCE\examples\Demo\Builds\Android\app\src\main\java\com\yourcompany\jucedemo\JuceDemo.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

Cheers

Yes we need to fix these at one point. But the warnings are nothing to worry about at the moment.

1 Like