- Home /
Trouble with Building my Android Apk in Unity 5
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details. C:\Program Files (x86)\Android\android-sdk\build-tools\22.0.1\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Program Files (x86)/Android/android-sdk/platforms/android-22\android.jar" -F bin/resources.ap_ --extra-packages android.support.v7.appcompat:com.google.example.games.mainlibproj:com.google.android.gms.base:com.google.android.gms:com.google.android.gms.drive:com.google.android.gms.games:com.google.android.gms.nearby:com.google.android.gms.plus:android.support.v4 -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\appcompat-v7-23.1.1\res" -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\play-services-base-8.3.0\res" -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\play-services-basement-8.3.0\res" -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\play-services-drive-8.3.0\res" -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\play-services-games-8.3.0\res" -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\play-services-nearby-8.3.0\res" -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\play-services-plus-8.3.0\res" -S "C:\Users\tdelarosa\Documents\attempt13\Temp\StagingArea\android-libraries\support-v4-23.1.1\res"
This is my error. Im sure it looks familiar. I've searched for days. This is getting ridiculous. What am I doing wrong? Any solutions? I believe SDK is at 22 now.
I have heard downgrading to an earlier version works, others say check the environment paths. What would be the process to successfully build this apk? Im thinking about starting over from scratch.
Are you including any plugins such as Admob or Google Play services? Are you able to make a build from a fresh Unity project?
@Jessespike no I have no plugins at the moment. The only thing in my project is google play Unity plugin
I have done nothing but research the issue for a few days. Tried different methods. I have looked into the issue more. It seems there are some resources I don't need. "v23" does that mean version 23 because its mentioning it in the error
But if you are using the unity you can use the cloud service that will give you google play services for free by unity. here:
@Sprinkles723 according to your logcat, it appears there are issues with your google play games plugin. Are you using the Google plugin from GitHub? I would suggest using the one from Prime31 on the Asset Store. I've always used their plugins and never had any issues.
Your answer
Follow this Question
Related Questions
Failed to re-package resources. See the Console for details. error building 0 Answers
The method StartHost() didn't work why ? 0 Answers
Android Build Fails 0 Answers
Gradle Build Error 1 Answer
Can lower SDK versions run on higher Android Versions? 0 Answers