katzer / cordova-plugin-local-notifications

Cordova Local-Notification Plugin
Apache License 2.0
2.56k stars 1.75k forks source link

Android build error #440

Closed misabitencourt closed 9 years ago

misabitencourt commented 9 years ago

Hi, that error appears when i try to build an android debug apk.

Any ideias to solve it?



-pre-compile: [echo] Set jars path to: D:\nodejs\LocalizaBike\platforms\android\CordovaLib\ant-build\classes.jar;D:\nodejs\LocalizaBike\platforms\android\libs\android-support-v4.jar

-compile: [javac] Compiling 22 source files to D:\nodejs\LocalizaBike\platforms\android\bin\classes [javac] D:\nodejs\LocalizaBike\platforms\android\src\de\appplant\cordova\plugin\localnotification\LocalNotification.java:64: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] 1 error

BUILD FAILED D:\program_files\adt-bundle-windows-x86_64-20140702\sdk\tools\ant\build.xml:720: The following error occurred while executing this line: D:\program_files\adt-bundle-windows-x86_64-20140702\sdk\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.



Cordova: 3.5.0-0.2.6

katzer commented 9 years ago

OK, the method is first available with Android platform v3.6.0. Will change that incompatibility. If there is no reason you can also upgrade to 3.6.0 or newer.

katzer commented 9 years ago

Fixed