NDK 를 사용하지 않는데
- 안드로이드 스튜디오 3.2로 업데이트 이후 구 버전 프로젝트 실행 시 아래와 같은 에러가 너무 많이 난다.
- “No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android”
나만의 해결
- 그래들 버전 업
- 다른 분들은 안될수도 있지만 저는 3.2.1 로 변경하니 NDK 가 더이상 안나옵니다.
- “classpath ‘com.android.tools.build:gradle:3.2.1’”