-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Build apk is failing: No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi #116
Comments
The following was the solution to my issue. It happened when I updated the android studio version. And the solution is here |
Exactly how did you solve it? I tried to upgrade Gradle as per the Stack Overflow answer, but without luck. Precisely which Gradle version did you upgrade to? |
@jomag did you update your
and then I changed my
|
@Andranjo97 When this problem occurs, it seems that the build locally, not in the pipeline, worked normally without any problems, can you check it? This problem is suspected of the NDK version problem in the pipeline. @subosito |
@jeesang7 yes it worked locally |
When I try to generate an apk in my pipeline, I get the following error:
It was working before. I run the pipeline over a commit that I knew passed the pipeline before. However, now it also fails. Did something change in the configurations? Can anyone give me any direction on how to handle this error?
The text was updated successfully, but these errors were encountered: