android / codelab-android-dynamic-features

Apache License 2.0
123 stars 47 forks source link

A problem occurred configuring project ':native'. #38

Open yeuchi opened 3 years ago

yeuchi commented 3 years ago

Configure project :native NDK is missing a "platforms" directory. If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to /Users/ctyeung/Library/Android/sdk/ndk-bundle. If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.

FAILURE: Build failed with an exception.

yeuchi commented 3 years ago

Tools -> SDK Manager -> SDK Tools -> NDK Installed !! But still failed.

Dalakoti07 commented 3 years ago

Hi I also came across same issue,

`A problem occurred configuring project ':native'.

java.lang.NullPointerException (no error message)`

Did you fixed it, please tell