Skip to content
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

Cannot install android-ndk #265

Closed
RudolfVonKrugstein opened this issue Mar 16, 2016 · 13 comments · Fixed by #266
Closed

Cannot install android-ndk #265

RudolfVonKrugstein opened this issue Mar 16, 2016 · 13 comments · Fixed by #266

Comments

@RudolfVonKrugstein
Copy link

When I try to install android-ndk with

umake android android-ndk

I get:

ERROR: The checksum of http://dl.google.com/android/repository/android-ndk-r11-linux-x86_64.zip doesn't match. Corrupted download? Aborting.
@LyzardKing
Copy link
Collaborator

The download page changed from .bin to .zip and from md5 to sha1.
I'm working on a fix.

On 16/03/2016 11:01, Nathan wrote:

When I try to install android-ndk with

|umake android android-ndk |

I get:

|ERROR: The checksum of
http://dl.google.com/android/repository/android-ndk-r11-linux-x86_64.zip
doesn't match. Corrupted download? Aborting. |


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#265

@connelevalsam
Copy link

Yeah having the same ish. It's not fair changing things any how like that. Pissing me off. Gotta look for another way to install

@LyzardKing
Copy link
Collaborator

What version of umake do you have?
You need the latest (16.05).

On Fri, May 6, 2016, 15:03 ConnelBLAZE notifications@github.com wrote:

Yeah having the same ish. It's not fair changing things any how like that.
Pissing me off. Gotta look for another way to install


You are receiving this because you commented.

Reply to this email directly or view it on GitHub
#265 (comment)

@connelevalsam
Copy link

yea i'm using the latest

@LyzardKing
Copy link
Collaborator

It works for me. Could it be a redirection to a localized version of the webpage?
https://developer.android.com/ndk/downloads/index.html

@mantono
Copy link

mantono commented Aug 18, 2016

I got the same, but for version r12b. If I download it manually it does not get corrupted and matches the correct sha1 sum.

@jcubic
Copy link

jcubic commented Jun 17, 2017

I'm using umake 16.05 and have the same error when calling:

sudo umake android --accept-license

and the file is https://dl.google.com/dl/android/studio/ide-zips/2.3.3.0/android-studio-ide-162.4069837-linux.zip

@jcubic
Copy link

jcubic commented Jun 17, 2017

Grabbing the umake from github solved the issue.

@LyzardKing
Copy link
Collaborator

@jcubic As you can see in the readme the recommended version is in the ppa.
That version is now 17.03, yours, at 16.05 is outdated.
Updating will fix this issue.

@gauravdhiman
Copy link

@jcubic how to update umake to latest version from github. Instructions given on umake github page tell to install from ppa. Kindly share the steps to install it from github.

@LyzardKing
Copy link
Collaborator

LyzardKing commented Jul 21, 2017 via email

@gauravdhiman
Copy link

I get below error when I install snap and try to install ubuntu-make using it.

gauravdhiman@gd-asus-501:~/proj/node/meteor/push-notify-app-1.5ver$ sudo snap install ubuntu-make
ZOE ERROR (from /usr/lib/snap/snap): error opening file (/usr/share/snap/Zoe/HMM/install)
ZOE library version 2013-02-16
gauravdhiman@gd-asus-501:~/proj/node/meteor/push-notify-app-1.5ver$ snap --version
ZOE ERROR (from /usr/lib/snap/snap): zoeParseOptions: unknown option (--version)
ZOE library version 2013-02-16
gauravdhiman@gd-asus-501:~/proj/node/meteor/push-notify-app-1.5ver$ 

@jcubic
Copy link

jcubic commented Jul 22, 2017

I didn't install umake from repo, I think (don't remember) I've cloned and run umake directly (because I've only needed to run in once):

git clone <repo>
./umake/bin/umake android --accept-license

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants