Can't build android application

I have installed google USB driver, Android 6.0(API 23)—SDK Platform, Google API’s, Android SDK build tool 24.
After installing these things and I build the game after some minute I got this error at my console.

CommandInvokationFailure: Failed to re-package resources.
C:\Program Files (x86)\Android\android-sdk\build-tools\24.0.0\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-23\android.jar” -F bin/resources.ap_

stderr[

]
stdout[

]
exit code: -1073741819
UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retriesOnFailure)
UnityEditor.HostView:OnGUI()

I now know the answer uninstalled Android SDK build tool 24 and install Android SDK build tool 23.01