On Mon, Jun 13, 2011 at 9:20 PM, Bharathiraja R <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

