Failed to repackage resources - Aapt.exe it stopped working

Hello , y have a headache with this. “Failed to repackage resources” , aapt.exe is stopped working. When i compile the project, unity get this error but y dont know why. Unity version is 5.3 , and 5.4 also. Y have installed the last jdk 8u92, the ndk 10 ( why the ndk 11 not running with unity ? ) and the android studio installed with all the tool and options to download . I cleaned all my software and created a clean installation ( formating windows also ) . But this error not going away. Unity in the console takes my this error :

UnityException: Build failure
Failed to re-package resources. See the Console for details.
UnityEditor.Android.PostProcessor.CancelPostProcess.AbortBuild (System.String title, System.String message)
UnityEditor.Android.PostProcessor.CancelPostProcess.AbortBuildPointToConsole (System.String title, System.String message)
UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context)
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.Android.AndroidBuildPostprocessor.PostProcess (BuildPostProcessArgs args)
UnityEditor.PostprocessBuildPlayer.Postprocess (BuildTarget target, System.String installPath, System.String companyName, System.String productName, Int32 width, Int32 height, System.String downloadWebplayerUrl, System.String manualDownloadWebplayerUrl, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.BuildReporting.BuildReport report) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs:176)
UnityEditor.HostView:OnGUI()

But I dont understand how create a clean installation for all the android software support and remove this error. The big think of this is i cannot compile my game to create an apk. Any help for this error?

Please provide the full error message you see in the console (or from the editor log). These messages are usually very long so the console window truncates them.

Once you post the full error it will be easier to determine what is the issue exactly.