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

2011-06-13 Thread Max Lv
try this: cat /proc/cpuinfo On Mon, Jun 13, 2011 at 8:28 PM, Nikolay Elenkov wrote: > On Mon, Jun 13, 2011 at 9:20 PM, Bharathiraja R > wrote: > > Hi All, > > > > I am uninstall to sl4a application on 2.2 tablet phone. > > getting error: > > Failure [installed_failed_invalid_apk] > > > > Log s

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

2011-06-13 Thread Nikolay Elenkov
On Mon, Jun 13, 2011 at 9:20 PM, Bharathiraja R 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 > incompa

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

2011-06-13 Thread Bharathiraja R
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.