Android studio报错:
Execution failed for task ':app:stripDebugDebugSymbols'. NDK at ~/Library/Android/sdk/ndk-bundle did not have a source.properties file
解决
build.gradle加上ndk的版本号就可以了
android { ndkVersion '21.3.6528147' }
Android studio报错:
Execution failed for task ':app:stripDebugDebugSymbols'. NDK at ~/Library/Android/sdk/ndk-bundle did not have a source.properties file
build.gradle加上ndk的版本号就可以了
android { ndkVersion '21.3.6528147' }