Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.91k stars 2.01k forks source link

Android BUILD FAILED #1158

Open adyz opened 8 years ago

adyz commented 8 years ago

I have installed

cordova-plugin-crosswalk-webview 1.3.1 "Crosswalk WebView Engine" cordova-plugin-device 1.0.1 "Device" cordova-plugin-sim 1.0.2 "SIM" cordova-plugin-statusbar 1.0.1 "StatusBar" cordova-plugin-whitelist 1.0.0 "Whitelist" phonegap-plugin-push 1.3.0 "PushPlugin"

once I install phonegap-facebook-plugin I get

    cordova-app-jar/platforms/android/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
    1 error
    :compileArmv7DebugJava FAILED

    FAILURE: Build failed with an exception.

    * What went wrong:
    Execution failed for task ':compileArmv7DebugJava'.
    > Compilation failed; see the compiler error output for details.

I understand that this is related with the push plugin. Is there something I can do to fix this?

Thanks

lextric commented 8 years ago

I'm facing same issue too.

adyz commented 8 years ago

This was fixed if you install the latest versions of facebook and push-plugin