Monday, June 13, 2011

Re: [android-developers] How to find version of ARM on android phone

On Mon, Jun 13, 2011 at 9:20 PM, Bharathiraja R
<bharathiraja.android@gmail.com> wrote:
> Hi All,
>
> I am uninstall to sl4a application on 2.2 tablet phone.
> getting error:
> Failure [installed_failed_invalid_apk]
>
> Log show: Native ABI mismatch.
> it's related to ARM there in phone has an NDK shared library that is
> incompatible.
>
> wanted to know how to find the version of ARM on android phone.
>

This should do it:

adb shell getprop ro.product.cpu.abi

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment