I'm using Socialize SDK in my Android app project (API 18).
I have read its Getting Started documentation and followed the instruction on how to implement it.
However, I come across several problems regarding library imports. I've tried to put all the JAR files inside my project's /libs
folder but it couldn't locate the drawables, because clearly I haven't include their /res
folder.
So, I configured the Build Path of my project to include the Libraries. Now this error shows up:
[2013-11-20 10:11:04 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;
[2013-11-20 10:11:04 - WebShopper] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;
I have already imported Socialize project folder into Eclipse in order to use its libraries. But I couldn't figure out how to solve this error.
Here is how my Build Path currently looks like, if it helps:
What's wrong with it? Are there any duplicated libraries I have to remove here?
If anything, please let me know.