coturiv / setup-ionic

Set up your GitHub Actions workflow with Cordova/Ionic environment
MIT License
26 stars 14 forks source link

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

Closed jgleal closed 4 years ago

jgleal commented 4 years ago

I'm trying generate apk with Github Actions. In local it works, but in action no, with error:

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

Repo to check: https://github.com/jgleal/ionic-vanillajs

coturiv commented 4 years ago

I can't see above error, but I update default version of cordova to 9. https://github.com/coturiv/ionic-starter/runs/455929906?check_suite_focus=true

Thanks.