Skip to content Skip to sidebar Skip to footer

How to set the SDK, NDK and JDK path to android studio?

If you want to set the SDK path directly you can set it to in local.properties like below

sdk.dir=D\:\\Program Files\\Android Studio\\SDK




If you want to set the NDK path directly you can set it to local.properties like below
ndk.dir=C\:\\android-ndk-r12b-windows-x86\\android-ndk-r12b

NDK directory set in local.properties


We can set the path by selecting a folder by using the below method. After open the android studio press Ctrl+Shift+Alt+S


Select NDK SDK and JDK directly from tools




Post a Comment for "How to set the SDK, NDK and JDK path to android studio?"