Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I don't know if is a issue ? #544

Closed
bau720123 opened this issue May 8, 2015 · 6 comments
Closed

I don't know if is a issue ? #544

bau720123 opened this issue May 8, 2015 · 6 comments

Comments

@bau720123
Copy link

hi @katzer
I am using PGB

I found a strange situation

if I only install

<gap:plugin name="de.appplant.cordova.plugin.local-notification" version="0.8.1" source="plugins.cordova.io" />

no problem at all

but !!!
after my detail survey
if you install another plugin that called

<gap:plugin name="nickreed.com.phonegap.plugins.facebookconnect" version="0.11.1" source="plugins.cordova.io">
 <param name="APP_ID" value="213142343242" />
 <param name="APP_NAME" value="yourname" />
</gap:plugin>

it will let the Android build fail

my conclusion is
if you only install facebookconnect plugin or local-notification,it will all build suucess
if you install the two of them,it will build fail that only in Android...

you can try my above Process,you will know what I mean @_@

PS
if this issue just like the "badge" plugin
already solved in "local-notifications" 0.8.2 dev
katzer/cordova-plugin-badge#25
however, 0.8.2dev is not available in plugins.cordova.io currently ..

@k-cgomezh
Copy link

We've got the same problem.. We can't use both plugins together because the build process in PGB found 2 versions of android-support-v4.jar in the dependency list.

@bau720123
Copy link
Author

hi @k-cgomezh
thanks for your reply
for now I am using "cordova-plugin-local-notifications" from npm
but seem have some conflict with "megaplan-plugin-push" (push plugin)
did you have a solve way or any suggestion ?

@k-cgomezh
Copy link

hi @bau720123
we still have the same issue, even with npm and don't know how to solve it. :(

@axten
Copy link

axten commented Jul 21, 2015

same problem here, but not together with facebook connect.
chromecast plugin causes this problem, too.
https://github.com/GetVideostream/cordova-chromecast

Cordova 4.3.0
cordova platform add android
cordova plugin add de.appplant.cordova.plugin.local-notification
cordova plugin add https://github.com/GetVideostream/cordova-chromecast.git
cordova run android

@bau720123
Copy link
Author

hi @katzer
is there any further reply ?

@bau720123
Copy link
Author

hi all
this plugin
https://www.npmjs.com/package/cordova-plugin-local-notifications-nn
solved the PGB's problem (for me)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants