Failed Re pack resources Unity Android
I have that problem:
**CommandInvokationFailure: Failed to re-package resources.
C:\Users\Drymarti\AppData\Local\Android\sdk\build-tools\25.0.2\aapt.exe package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I "C:/Users/Drymarti/AppData/Local/Android/sdk\platforms\android-23\android.jar" -F bin/resources.ap_
stderr[
AndroidManifest.xml:4: error: Error: No resource found that matches the given name (at 'theme' with value '@style/UnityThemeSelector').
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:4: error: Error: No resource found that matches the given name (at 'banner' with value '@drawable/app_banner').
AndroidManifest.xml:5: error: Error: No resource found that matches the given name (at 'label' with value '@string/app_name').**
I've reinstalled Android Studio, I have SDK and JDK in Unity Editor, I've reinstalled Unity, I've reinstalled SDKs to every androids. I made everything that was in the Internet (completely everything).
Nothing works What can I do? I am completely lost. My remote unity doesn't work too, nothing happens when I put phone to unity (Yes I made everything correctly, on more than 1000 types)
and this is second error:
UnityEditor.BuildPlayerWindow+BuildMethodException: Build failed with errors.
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x001b9] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:162
at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00050] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:83
UnityEditor.HostView:OnGUI()
Your answer
Follow this Question
Related Questions
Move Character using Finger Gestures for Unity 0 Answers
is coding for mobile touch scripts same for android as for ios apple? 1 Answer
Unity WebGL Disable mobile warning 12 Answers
How to pick up an object when touching a button(Mobile) 0 Answers
My sprite disappears from the camera view after some time moving 5 Answers