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

前端 未结 11 2823
难免孤独
难免孤独 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条回答
  •  萌比男神i
    2020-12-24 01:42

    worked !!

    1. Go to SDK manager > android sdk(left side) > SDK Tools
    2. download or if availble then update to NDK(side_by_side) and CMake

    3. now, do OK or Apply 4. Get back and click on "Install NDK '21.0.6113669' and sync project" in your failed build.

    Happy coding :)

提交回复
热议问题