Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 13519  / 3 Years ago, wed, august 25, 2021, 9:34:03

I downloaded Android NDK from https://developer.android.com/tools/sdk/ndk/index.html but I am not able to extract it.



If I double-click it I get an error:




Could not display “android-ndk-r10c-linux-x86_64.bin”. The file is of an unknown type




I have selected the option in permissions to "Allow executing file as program".



When I attempt to execute it with terminal (sudo ./android-ndk-r10c-linux-x86_64.bin) I get this error:




sudo: unable to execute ./android-ndk-r10c-linux-x86_64.bin: No such file or directory




I have 64 bit Ubuntu 14.10 running on VirtualBox. Any help would be appreciated.


More From » virtualbox

 Answers
3

Use 7z x *bin as workaround as all r10c packages are 7z archive.
To install 7z, do sudo apt-get install p7zip-full.



Found that from here: https://code.google.com/p/android/issues/detail?id=78148


[#22298] Thursday, August 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
izecaptur

Total Points: 113
Total Questions: 102
Total Answers: 114

Location: Northern Mariana Islands
Member since Fri, Jan 15, 2021
3 Years ago
;