• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
4
Question by Neas · Mar 27, 2014 at 08:45 PM · androidbuild-error

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

Hi,

so I have been trying to build simple game on android and during build I've got error message below. Googling it didn't help.

I'm using lastest versions of Unity, Android SDK (everything from SDK Manager under Extras, Tools, Android 4.4.3 and Android 2.3.3) and Java SDK. My OS is Windows 8.1. Everything works fine when using Unity Remote. Any ideas what should I do? :(

 Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
 C:\Program Files\Android SDK\adt-bundle-windows-x86_64-20140321\sdk\build-tools\android-4.4.2\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Program Files/Android SDK/adt-bundle-windows-x86_64-20140321/sdk/platforms/android-19\android.jar" -F bin/resources.ap_
 
 stderr[
 AndroidManifest.xml:4: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/app_icon').
 AndroidManifest.xml:4: error: Error: No resource found that matches the given name (at 'label' with value '@string/app_name').
 AndroidManifest.xml:5: error: Error: No resource found that matches the given name (at 'label' with value '@string/app_name').
 ]
 stdout[
 Configurations:
  (default)
 
 Files:
   AndroidManifest.xml
     Src: () AndroidManifest.xml
 
 Resource Dirs:
 Including resources from package: C:\Program Files\Android SDK\adt-bundle-windows-x86_64-20140321\sdk\platforms\android-19\android.jar
 applyFileOverlay for drawable
 applyFileOverlay for layout
 applyFileOverlay for anim
 applyFileOverlay for animator
 applyFileOverlay for interpolator
 applyFileOverlay for transition
 applyFileOverlay for xml
 applyFileOverlay for raw
 applyFileOverlay for color
 applyFileOverlay for menu
 applyFileOverlay for mipmap
 ]
Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image maria-dev · Sep 28, 2014 at 08:42 PM 2
Share

It helped me. http://stackoverflow.com/questions/25348615/android-error-building-player-commandinvokationfailure-failed-to-re-package

23 Replies

· Add your reply
  • Sort: 
avatar image
2

Answer by PavanHolkar · May 13, 2016 at 03:26 PM

I think this is too late to answer this but this might help for other who is searching for answer

https://github.com/googleanalytics/google-analytics-plugin-for-unity/issues/109?_pjax=%23js-repo-pjax-container

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image levon-levonian · May 19, 2016 at 12:01 AM 0
Share

Thank you! Spot on! This is exactly what solved my issue and removed those errors. So, eventually the solution was to add: svcSupport.DependOn("com.google.android.gms", "play-services-analytics", "LATEST"); into Ad$$anonymous$$obDependencies.cs (I was trying to integrate mobile ads), but it could be another *Dependencies.cs script if you are integrating something else, like Google Play Game Services, etc.

avatar image
0

Answer by kieucanhduong · Jun 01, 2016 at 02:41 PM

i faced this issue agian. when i build apk it's oke but when i export project to google android project is got


CommandInvokationFailure: Failed to re-package resources. See the Console for details. D:\Code\ADT\WorkingSpace\Work\sdk\build-tools\23.0.1\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "D:/Code/ADT/WorkingSpace/Work/sdk\platforms\android-23\android.jar" -F bin/resources.ap_ --extra-packages com.google.firebase:com.google.unity:com.google.example.games.mainlibproj -S "C:\Users\TLSOFT01\Documents\gameunity\Temp\StagingArea\android-libraries\firebase-common-9.0.1\res"

stderr[ AndroidManifest.xml:17: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.IAPTheme').

AndroidManifest.xml:19: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').


Anyone can help me ?!

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by syedzia · Jun 17, 2016 at 03:58 PM

delete Docs folder from google_play_service it will works fine ...

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
13

Answer by XiLiT · Jun 23, 2016 at 02:13 PM

I deleted the 24.0.0 build tools folder from Android\sdk\build-tools and it's working !

Comment
Add comment · Show 6 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image razashafique_ozitechnology · Jul 14, 2016 at 04:31 AM 0
Share

This is absolutely what fixed my problem. Thanks :)

avatar image Michael-Polla · Jul 14, 2016 at 08:51 AM 1
Share

Thanks, it worked. Note to others : you really need to delete the folder manually (using the SD$$anonymous$$ $$anonymous$$anager to delete the 24.0.0 build tools wasn't enough).

avatar image $$anonymous$$ · Jul 15, 2016 at 08:31 PM 0
Share

Yea this worked for me too!

avatar image patrickgh3 · Jul 18, 2016 at 05:29 AM 1
Share

This worked for me too, phew! And thanks $$anonymous$$ichael-Polla for the clarification.

avatar image cuopbjen0o0 · Jul 19, 2016 at 02:40 AM 0
Share

That fixed my problem. Thanks !

Show more comments
avatar image
1

Answer by fonko · Jul 22, 2016 at 08:48 AM

i wet to assets - > re-import all and it worked like a charm

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • ‹
  • 1
  • 2
  • 3
  • 4
  • 5
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

53 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Failed to find Build Tools revision 29.0.0 - Android Builds 4 Answers

Android Build Error More than one file was found with OS independent path 'play-services-basement.properties' After adding Admob 0 Answers

Error when building peogram onto Android device 0 Answers

Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers

Socket error in Android Build 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges