Install Missing Android Tools v2.3.1

A bug fixed where tar command were unable to extract the NDK bundle. The relevant error message was:

Failed to download NDK bundle, error: tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains ‘\305\v\\C7?x\226R3Fv’ where numeric off_t value expected
tar: Archive contains ‘G\177Q\223\336ba\222\236\312"\347’ where numeric off_t value expected
tar: A lone zero block at 1348922
tar: Exiting with failure status due to previous errors: exit status 2

Please update to v2.3.1 if you encountered the error above.

Thanks for the PR @TrevJonez :rocket:

1 Like

sure thing. was a good mental exercise for me to try and figure out how to golang enough to do it. I noticed some of the vendor files pulled in by the dep get were not checked in and I omitted the automated changed to the locks file.

what is the official bitrise stance on that? seems odd to use git as a dependency management stand in to me but the way GOPATH and the official docs reads it looks to be a normal practice to me.

This topic was automatically closed after 90 days. New replies are no longer allowed.