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
For Linux: Create file local.properties:
local.properties
ndk.dir=/home/username/Android/Sdk/ndk/21.3.6528147
Now close the project and import it again.