-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
UnboundLocalError: local variable 'toolchain_version' referenced before assignment #2190
Comments
Sorry how did you solved the problem, I am currently having the same issue with the following logs
The command that i am running is
I know it is due the NDK and SDK configuration but, suspect it might be because of the arch parameters but I really dont know what i am doing wrong |
#2585 seems to be the same issue I'm having just on Termux. (Though GitHub actions also says the same thing) |
Though the sdk dir and ndk dir are correct |
Versions
Description
Building a the apps (in this case
testapps/on_device_unit_tests
) fails with aUnboundLocalError
when the NDK directory doesn't exist.Exact command used was:
Logs
The fix is actually simple, but I would like it to be cover tested
The text was updated successfully, but these errors were encountered: