Gradle sync failed, NDK not configured, download it with SDK manager

前端 未结 11 2829
难免孤独
难免孤独 2020-12-24 01:25

I am completely new to Android development and just installed Android Studio. I\'m doing a very basic HelloGL2 exercise, and I opened up the HelloGL2.iml file. I tried runni

11条回答
  •  借酒劲吻你
    2020-12-24 01:43

    with android studio 3.0 + this issue is approached differently.

    Go to File > Settings > Android SDK > and select the SDK entry and update. It should fix the issue.

    the other approach to the same problem is when you do a gradle project sync it will automatically identify the issue of requiring version upgrade and provide you clickable link in the console. Through these steps it might also prompt you to update other dependencies, such as CMake.

提交回复
热议问题