我的操作系统是CentOS 32位.
我想用7-zip解压缩包,用rpm安装7-zip而不会出错.但是当我提取NDK包时,它不起作用.像这样:
[root@localhost ~]# ls
anaconda-ks.cfg jni-test
android-ndk-r10e-linux-x86.bin p7zip-9.20.1-1.el5.rf.i386.rpm
install.log p7zip-plugins-9.20.1-1.el5.rf.i386.rpm
install.log.syslog
[root@localhost ~]# 7z x android-ndk-r10e-linux-x86.bin
7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,1 CPU)
Processing archive: android-ndk-r10e-linux-x86.bin
Error: Can not open file as archive
Run Code Online (Sandbox Code Playgroud)
根据谷歌的官方文件操作:
[root@localhost ~]# ll
??? 307344
-rw-------. 1 root root 1096 6? 25 17:41 anaconda-ks.cfg
-rwxr-xr-x. 1 root root 309844799 6? 25 21:24 android-ndk-r10e-linux-x86.bin
-rw-r--r--. 1 root root 9119 6? 25 17:41 install.log
-rw-r--r--. 1 root root 3091 6? …Run Code Online (Sandbox Code Playgroud)