When building my project I get this error (for Android):
Build error
Most likely build error cause:
:compileReleaseJava/srv/tiggzi/jenkins/workspace/308886-android/162951/308886/android/SmartDart/src/com/adobe/phonegap/push/GCMIntentService.java:483: error: cannot find symbol
mBuilder.setColor(iconColor);
^
symbol: method setColor(int)
location: variable mBuilder of type Builder
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.
1 error
FAILED
FAILURE: Build failed with an exception.
Please try again.
You can also email us a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us about this problem
As shown here:
Can you help ??