Notice
Recent Posts
Recent Comments
올해는 머신러닝이다.
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 본문
스터디/Flutter
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
행복한 수지아빠 2018. 11. 29. 14:05No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
원인 : 오래된 flutter 플젝을 열때 나오는 버그이다.
Open android/gradle/gradle-wrapper.properties
and change this line:
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
to this line:
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
Open android/build.gradle
and change this line:
classpath 'com.android.tools.build:gradle:3.0.1'
to this:
classpath 'com.android.tools.build:gradle:3.1.2'
'스터디 > Flutter' 카테고리의 다른 글
Flutter + Sqflite + Stetho 사용하기 (0) | 2019.01.04 |
---|---|
flutter Codelab 돌릴 경우 오류 발생시 (0) | 2019.01.02 |
Flutter WhatsApp 클론 (부산 4주차 스터디) (0) | 2018.11.14 |
Flutter WhatsApp 화면 개발 (부산 3주차 스터디) (0) | 2018.11.06 |
Flutter Youtube 화면 개발 (부산 2주차 스터디) (2) | 2018.10.31 |