-2

trying to develop a simple app for Android device. After updating this error appearing when I test my app, don't know much about these sort of errors

Cause: aapt2 is missing on 'C:\Users\Awaisi3\AppData\Local\Android\Sdk\build-tools\27.0.3\aapt2.exe'

  • Welcome to Stackoverflow. To improve your chances of getting an answer, ask a good question. Please check [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) – Fırat Esmer May 29 '18 at 06:45
  • Sorry for the fast text question will try my best next time thank you for your kind comment – Awais Ahmed May 29 '18 at 19:18

1 Answers1

1

Well, it looks like the file C:\Users\Awaisi3\AppData\Local\Android\Sdk\build-tools\27.0.3\aapt2.exe is either missing or is corrupt. Try re-installing build tools 27.0.3 through the SDK manager.

Izabela Orlowska
  • 7,431
  • 2
  • 20
  • 33