I am getting these error when i signed and released the android apk.
18:27:37.860 [ERROR] [system.err] Note: Some input files use or override a deprecated API.
18:27:37.860 [ERROR] [system.err] Note: Recompile with -Xlint:deprecation for details.
18:27:37.860 [ERROR] [system.err] Note: Some input files use unchecked or unsafe operations.
18:27:37.861 [ERROR] [system.err] Note: Recompile with -Xlint:unchecked for details.
The app stops immediately but the debug one works well.
Anyone know how to fix the errors.