我在我的Ubuntu 32位上安装了最新版本的Android Studio(2.2.2),我发现所有可执行文件都是针对64位架构编译的。
例如:
$>file aapt
aapt: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=b090905d7de6a44b1e136a3d8b819569a6d4f9cb, not stripped
有人知道Android Studio是否仅针对64位架构发布,或者是否隐藏了某个特定的32位安装链接?
答案 0 :(得分:0)
不支持32位操作系统。
查看由Google成员发布的帖子中的最后一条消息:
https://code.google.com/p/android/issues/detail?id=230623
通常我们不支持32位Linux发行版,请参阅https://developer.android.com/studio/index.html上的“系统要求”部分。