问题描述
昨天,我决定开始在我的Mac(雪豹10.6.8)的32位开发Android。
一切正常,我还进口了我的工作区,我曾在Linux的几个月。我打开一个项目和完美的编译。
Yesterday I decided to start developing Android in my mac (Snow Leopard 10.6.8) 32-bit.Everything was ok, i also imported my workspace which i worked in Linux for months. I open a project and compiles perfectly.
当我尝试运行它给了我这个错误的项目:结果
...的Android / SDK /工具/ emulator64臂:可执行BAD CPU类型
When i try to run the project it gives me this error :
"...android/sdk/tools/emulator64-arm : BAD CPU Type in executable"
我使用的移动开发者日食财富和下载的Mac最新的Android SDK中
I am using eclipse juno for mobile developers and downloaded the latest android sdk for mac
它看起来像一个32位的64位问题。但我想不出解决它。
It looks like a 32-bit 64-bit issue. But i couldnt solve it yet.
任何人有同样的问题?
Anyone had the same issue ?
推荐答案
我已经发现了这个问题。
I already found the problem.
根据该目录,Android的SDK /工具/,我删除了所有的涉及到64位系统的可执行文件。这些文件是:
Under the directory, android-sdk/tools/, i deleted every executable related to 64-bit system. Those files are :
emulator64臂,emulator64-86等。
emulator64-arm , emulator64-x86 etc.
然后重新启动该项目,现在它的工作就像一个魅力。
Then relaunch the project and now it is working like a charm.
希望这有助于人谁从同样的问题受到影响。
Hopefully this helps to anyone who suffers from the same issue.
这篇关于Android模拟器发射失败。 emulator64臂:可执行BAD CPU类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!