when I build the game in Unity3D , it makes error :"plugins colliding with each other"
I am using Facebook SDK and Playfab.com SDK
Found plugins with same names and
architectures,
Assets/Plugins/Android/libs/android-support-v4.jar
(ARMv7) and
Assets/Plugins/Android/android-support-v4.jar
(ARMv7). Assign different
architectures or delete the duplicate.
UnityEditor.AndroidPluginImporterExtension:CheckFileCollisions(String)
UnityEditorInternal.PluginsHelper:CheckFileCollisions(BuildTarget)
(at
C:/buildslave/unity/build/Editor/Mono/Plugins/PluginsHelper.cs:25)
UnityEditor.HostView:OnGUI() I tried
to remove this file :
Assets/Plugins/Android/libs/android-support-v4.jar
I tried to remove this file : Assets/Plugins/Android/libs/android-support-v4.jar but I got another error
Error:
[Temp\StagingArea\AndroidManifest-main.xml:3,
D:\work\Apes
Shelter\Temp\StagingArea\android-libraries\facebook-android-sdk-4.7.0\AndroidManifest.xml:3]
Main manifest has but library uses
minSdkVersion='15'
any help will be appreciated :)
1 Answer(s)