Unity - Error building Player: CommandInvokationFailure: Failed to re-package resources

前端 未结 1 591
悲哀的现实
悲哀的现实 2020-12-07 05:27

I\'m having some issues with Google Play Services and Unity 5.0.4. The issue occurs when I want to build my build my project, I get the following error

相关标签:
1条回答
  • 2020-12-07 06:06

    There can be following possible problems:

    1. There might be some duplicate jar files in your plugins folder. Find them and remove one of them to fix this problem.
    2. There might be an issue with merging data from more than one manifest files.

    Check following posts to get the pointer :

    1. http://forum.unity3d.com/threads/commandinvokationfailure-android-asset-packaging-tool-failed-no-stderr-to-lookup.274631/

    2. http://answers.unity3d.com/questions/1074000/unity-5-android-build-failed-to-re-package-resourc.html

    3. https://github.com/playgameservices/play-games-plugin-for-unity/issues/900

    4. https://github.com/playgameservices/play-games-plugin-for-unity/issues/1011

    5. Error building player for Android in Unity?

    EDIT :

    You are missing res folder in plugins.

    1. Check this answer : https://stackoverflow.com/a/38076937/4366237

    2. And this forum post : http://forum.unity3d.com/threads/help-cant-build-project-after-trying-to-use-google-play-services.243284/

    0 讨论(0)
提交回复
热议问题