Failed to find build tools revision 29.0.2 - Android Studio

北战南征 提交于 2021-01-24 10:48:05

问题


Recently I encountered this issue after updating my android studio to the latest version 4.0.


回答1:


  1. Click Open Project Structure icon or use keyboard shortcut directly (shift+ctrl+alt+s) https://i.stack.imgur.com/BhxKv.png

  2. Click Modules https://i.stack.imgur.com/UCA9l.png

  3. Select the properties option https://i.stack.imgur.com/AzaaQ.png

  4. choose to download and install the various configurations make sure the Build Tools version and the compiled sdk version are consistent https://i.stack.imgur.com/dwkX8.png

  5. Re-run the project




回答2:


  1. download last version platform-tools this link https://developer.android.com/studio/releases/platform-tools
  2. copy platform-tools to sdk\platform-tools
  3. rebuild


来源:https://stackoverflow.com/questions/62778318/failed-to-find-build-tools-revision-29-0-2-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!