Failed to re-package resources
 CommandInvokationFailure: Failed to re-package resources. See the Console for details.
 E:\UnityRes\adt-bundle-windows-x86-20130917\sdk\build-tools\android-4.3\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "E:/UnityRes/adt-bundle-windows-x86-20130917/sdk\platforms\android-18\android.jar" -F bin/resources.ap_
 
 stderr[
 res\values-v21\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material.NoActionBar.Fullscreen'.
 ]
 stdout[
 Configurations:
  (default)
  v14
  v21
  xhdpi
 
 Files:
   drawable\app_banner.png
     Src: (xhdpi) res\drawable-xhdpi\app_banner.png
   drawable\app_icon.png
     Src: () res\drawable\app_icon.png
   values\strings.xml
     Src: () res\values\strings.xml
   values\styles.xml
     Src: () res\values\styles.xml
     Src: (v14) res\values-v14\styles.xml
     Src: (v21) res\values-v21\styles.xml
   AndroidManifest.xml
     Src: () AndroidManifest.xml
 
 Resource Dirs:
   Type drawable
     drawable\app_banner.png
       Src: (xhdpi) res\drawable-xhdpi\app_banner.png
     drawable\app_icon.png
       Src: () res\drawable\app_icon.png
   Type values
     values\strings.xml
       Src: () res\values\strings.xml
     values\styles.xml
       Src: () res\values\styles.xml
       Src: (v14) res\values-v14\styles.xml
       Src: (v21) res\values-v21\styles.xml
 Including resources from package: E:\UnityRes\adt-bundle-windows-x86-20130917\sdk\platforms\android-18\android.jar
 applyFileOverlay for drawable
 applyFileOverlay for layout
 applyFileOverlay for anim
 applyFileOverlay for animator
 applyFileOverlay for interpolator
 applyFileOverlay for xml
 applyFileOverlay for raw
 applyFileOverlay for color
 applyFileOverlay for menu
 applyFileOverlay for mipmap
 Processing image: res\drawable-xhdpi\app_banner.png
 Processing image: res\drawable\app_icon.png
     (processed image res\drawable\app_icon.png: 94% size of source)
     (processed image res\drawable-xhdpi\app_banner.png: 93% size of source)
     (new resource id app_banner from xhdpi\drawable\app_banner.png #generated)
     (new resource id app_icon from drawable\app_icon.png #generated)
 ]
 UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
 UnityEditor.Android.PostProcessAndroidPlayer.Exec (System.String command, System.String args, System.String workingdir, System.String[] progress_strings, Single progress_value, System.String errorMsg)
 UnityEditor.Android.PostProcessAndroidPlayer.CompileResources (System.String stagingArea, System.String packageName, UnityEditor.Android.AndroidLibraries androidLibraries)
 UnityEditor.Android.PostProcessAndroidPlayer.PostProcessInternal (System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry)
 UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry)
 UnityEditor.HostView:OnGUI()
 
 
               I need your help T-T
               Comment
              
 
               
              Answer by rumrowi · Oct 24, 2017 at 02:10 AM
Try to search this : stderr[ res\values-v21\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Material.NoActionBar.Fullscreen'. ]
Your answer