Broken built-in tools in Android SDK manager (aapt.exe file missing)

I've been using eclipse since a couple of months and it worked fine until Avast antivirus warns me that the appt.exe in the sdk built-in tools is not a protected program. I didn't uninstall it, but it looks like Avast removed it automatically!

Now Eclipse is throwing this error: enter image description here

I opened SDK manager and showed broken build tools sdk manager


What is better to do in this case without affecting other resources?
Is it recommended to uninstall collectors and then install them?
I know this might seem like an easy problem, but a small mistake can lead to the loss of all projects.

+3


source to share


1 answer


You just need to reinstall Broken Build-Tools Package, revision 21.0.2

  • Please select Broken Build-Tools Package, revision 21.0.2

  • Click the "Delete" button Right-Bottom side



Restart SDK Manager.
It Broken Build-Tools Package, revision 21.0.2

will now be available for installation.

  • Select a Andoird Build-Tools

    specific version
  • Click the "Install" button Right-Bottom side

+4


source







All Articles