Debug on Cordova : meteor debug android failed because of deprecated elements

Hi,

i’m trying to debug an android application built with meteor. I ran the command “meteor debug android” but in the console i get an error :

While running Cordova app for platform Android with options --emulator:
Error: Command failed:

/home/user/workspace/webapp_mobile/.meteor/local/cordova-build/platforms/android/cordova/run
–emulator
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

Any idea ?
Thanks