[android-developers] How does PackageManager detect what architecture APK targets?

2010-08-11 Thread Mika
Hello everyone, I'm currently trying to specifically target ARMv7 custom hardware and I'm facing issues when trying to install the APK. When I try doing adb install app.apk Logcat informs me that : W/PackageManager( 1062): Native ABI mismatch from package file And does not install the APK.

Re: [android-developers] How does PackageManager detect what architecture APK targets?

2010-08-11 Thread Mark Murphy
On Wed, Aug 11, 2010 at 5:55 AM, Mika mts...@googlemail.com wrote: I'm currently trying to specifically target ARMv7 custom hardware and I'm facing issues when trying to install the APK. When I try doing adb install app.apk Logcat informs me that :    W/PackageManager( 1062): Native ABI