You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phonegap build android throws this error If I add this plugin.
:compileDebugJava
PROJECT_PATH/src/com/plugin/gcm/CordovaGCMBroadcastReceiver.java:116: error: cannot find symbol
.setColor(getColor(extras))
^
symbol: method setColor(int)
location: class Builder
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
FAILED
FAILURE:
Build failed with an exception.
* What went wrong:
Execution failed for task ':compileDebugJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with
--stacktrace
option to get the stack trace. Run with
--info
or
--debug
option to get more log output.
BUILD FAILED
The text was updated successfully, but these errors were encountered:
phonegap build android
throws this error If I add this plugin.The text was updated successfully, but these errors were encountered: