원인 : Android 프로젝트에 사용중인 NDK 버전이 설치되어 있지 않음
해결 : SDK Manager에서 버전에 맞는 NDK 설치
> Configure project :app
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/json/Library/Android/sdk/ndk.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
Checking the license for package NDK in /Users/json/Library/Android/sdk/licenses
License for package NDK accepted.
Preparing "Install NDK (revision: 22.1.7171670)".
Warning: An error occurred while preparing SDK package NDK: invalid stored block lengths.:
java.util.zip.ZipException: invalid stored block lengths
SDK Tools 탭 하단 Show Package Detail 체크 할 경우 버전별로 선택 후 설치 가능
저장 공간에 여유가 있다면 모두 체크 후 버전별로 다운받아 사용하는 것을 추천.