Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Opening a GitHub Project

Nicholas Simoncelli
Nicholas Simoncelli
1,389 Points

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

i keep getting this error when i go to sync the project from github, i cant seem to find a working solution.

1 Answer

Nicholas Simoncelli
Nicholas Simoncelli
1,389 Points

i think i fixed it, i believe the project is a bit outdated and was running on a very old version of gradle? i went to project structure > project > gradle version 4.4 and android plugin version 3.1.0 and also android plugin repository: jcenter, google(). which prompted me to update the gradle and now everything is synced and hopefully working.

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Yes, that is exactly what I had to do to make it work. I also had to override the jcenter url, because for some reason my machine did not want to connect through https, so I switched to http.