NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
523 stars 134 forks source link

No version of NDK matched the requested version - Android platform #1684

Closed danielideriba closed 2 years ago

danielideriba commented 2 years ago

Hi everyone! I'm new one in NativeScript development but I have a weird issues related to android environment. Actually when do I start to build android platform. My NativeScript components versions information is:

nativescript - 8.1.4 nativescript/core - 8.1.4 nativescript/ios is not installed nativescript/android - 8.1.1

Follow the issue after command "ns run android":

_Execution failed for task ':app:stripDebugDebugSymbols'. No version of NDK matched the requested version 20.0.5594570. Versions available locally: 22.1.7171670, 23.0.7599858

Unable to apply changes on device: [ANDROID_DEVICEID]. Error is: Command ./gradlew failed with exit code 1.

The most weird thing is: I have the latest version of NDK already installed (23.0.7599858). I really don't know if have any possibility to change the NDK version requested by NativeScript.

Anyone have an idea what happened in this issue? Thanks in advance

triniwiz commented 2 years ago

Duplicate of #1659 . check the issue for a workaround