[vox-tech] Strange problem with bash?
Tim Riley
timriley at appahost.com
Sat Oct 31 13:23:21 PDT 2009
On Fri, 2009-10-30 at 23:25 -0700, Bruce Wolk wrote:
> It's a binary file and everything is supposedly x86, obtained from the
> standard repositories.
Try this:
od -c ./aapt | head -1
and compare the output to
od -c /bin/ls | head -1
Is the output the same?
>
> Tim Riley wrote:
> > On Fri, 2009-10-30 at 21:35 -0700, Bruce Wolk wrote:
> >>
<snip>
> >> bruce at erisa:~/android-sdk-linux/platforms/android-1.6/tools$ ./aapt
> >> bash: ./aapt: No such file or directory
> >
> > This happens when the binary executable is not compatible with your CPU.
> >
<snip>
More information about the vox-tech
mailing list