phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.31k stars 996 forks source link

Eclips compiler error after copy plugin/gcm folder #40

Open henk75 opened 11 years ago

henk75 commented 11 years ago

I have a working Eclipse project, where I'd like to build in push notificatoins. After I copy the folders from src/android/com/ to my src/com/, Eclipse is giving me the next error:

[2013-07-24 07:51:28 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;
[2013-07-24 07:51:28 - MyApp] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;

Is this a known error, and even better, does anyone know how to solve this?

uofmmike commented 9 years ago

https://github.com/phonegap-build/PushPlugin/issues/492 Similar issue, the solution is to make sure v13 is being used.