Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android #2

Open
pahosler opened this issue Jan 15, 2019 · 5 comments

Comments

@pahosler
Copy link

pahosler commented Jan 15, 2019

I'm getting this in cli from flutter run
ubuntu 18.10 AMD CPU
all flutter and android files updated as of 2019/01/15

@pahosler
Copy link
Author

same in studio

@pahosler
Copy link
Author

reference google/filament#15
states mips64-el-linux-android is deprecated since 17

@pahosler
Copy link
Author

not sure if there is a better fix for this but here goes

download android-ndk-r16b
unzip
cp -r android-ndk-r16b/toolchains/mips64el-linux-android-4.9 ~/Android/Sdk/ndk-bundle/toolchains/

cd to project folder
flutter run

@deven98
Copy link
Owner

deven98 commented Feb 1, 2019

I think a flutter clean and/or an upgrade would do the trick. Don't see any code that would affect the NDK in this project.

@pahosler
Copy link
Author

pahosler commented Feb 2, 2019

while researching a fix I did both flutter clean and upgrade, did not resolve the issue. The only resolution was adding the NDK. My guess is an iml is using something pre ver 17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants