SDK integration failed for appCloud in Unity 5.2.2

Asked 1 years ago, Updated 1 years ago, 54 views

When I imported and built the SDK to deploy push notifications, I received the following error:

I'm looking into each of them, but I don't know how to deal with them, and I can't solve them because I don't know how to deal with them.
I am having trouble contacting appCloud support without a reply.

If you know anything, could you please let me know?

Build Error

Found plugins with same names and architectures,assets/plugins/android/libs/android-support-v4.jar (ARMv7) andassets/plugins/android-support-v4.jar (ARMv7).Assign different architectures or delete the duplicate.

Build Error

There are a lot of errors below.
(I often get stuck on the Internet, but I tried to copy Google-play-services_lib/ in Android-sdk again, but it didn't work.)

CommandInvocationFailure: Failed to re-package resources.See the Console for details.
/Users/xxx/work/android-sdk-macosx/build-tools/23.0.0/aapt package --auto-add-overlay
    - v-f-m-Jgen-M AndroidManifest.xml
    -S "res"
    -I"/Users/xxx/work/android-sdk-macosx/platforms/android-22/android.jar"
    -Fbin/resources.ap_
    -- extra-packages com.google.unity: com.google.example.games.mainlibproj:com.google.android.gms:com.zzz.yyy:com.unity3d.ads.android
    -S"/Users/xxx/work/Apps/yyyyyy/Temp/StagingArea/android-libraries/google-play-services_lib/res"
    -S"/Users/xxx/work/Apps/yyyyyy/Temp/StagingArea/android-libraries/unity-android-resources/res"
    -S"/Users/xxx/work/Apps/yyyyyy/Temp/StagingArea/android-libraries/unityads-release/res"

android unity3d

2022-09-30 19:10

1 Answers


for build errors in 1 This is probably because there are several android-support-v4.jar below assembets/plugin/android.
Check Google-play-services_lib/libs and remove duplicate Android-support-v4.jar.


for build errors for 2 The /res folder or AndroidManifest.xml merge appears to have failed.
Fix the problem or manually organize multiple AndroidManifest.xmls (asets/plugin/android/AndroidManifest.xml) to solve this problem.


2022-09-30 19:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.