bitpay / android-sdk-sample

sample application using the bitpay android sdk
6 stars 8 forks source link

INSTALL_FAILED_NO_MATCHING_ABIS #1

Open freefalling opened 9 years ago

freefalling commented 9 years ago

I tried to test this sample app in a Nexus 7 2013 tablet with Lollipop 5.0.1 installed but keep getting this error.

ionux commented 9 years ago

INSTALL_FAILED_NO_MATCHING_ABIS is when you are trying to install an app that has native libraries and it doesn't have a native library for your cpu architecture. For example if you compiled an app for armv7 and are trying to install it on an emulator that uses the Intel architecture instead it will not work.

http://stackoverflow.com/questions/24572052/install-failed-no-matching-abis-when-install-apk

sagarkakad commented 8 years ago

what is solution for that what can i do to run this app on both cpu architecher

pseudozach commented 8 years ago

Same error on Nexus 6 with Marshmallow. Bitpay uses: compile 'com.google:bitcoinj:0.11.3' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2' compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.3' compile 'org.apache.httpcomponents:httpclient-android:4.3.5' compile 'commons-codec:commons-codec:1.9' compile 'com.google.zxing:core:2.0' compile 'com.bitpay:android-sdk:1.0.0@aar' I wonder which one gives the problem. Any chance for a workaround for this? I'll be happy with covering some of the android devices if not all.

sagarkakad commented 8 years ago

Remove armv7 folder created in your project libs and go to your device setting setting>apps>permission and on your required permissions enjoy..............

On Mon, Nov 16, 2015 at 1:02 AM, pseudozach notifications@github.com wrote:

Same error on Nexus 6 with Marshmallow. Bitpay uses: compile 'com.google:bitcoinj:0.11.3' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2' compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.3' compile 'org.apache.httpcomponents:httpclient-android:4.3.5' compile 'commons-codec:commons-codec:1.9' compile 'com.google.zxing:core:2.0' compile 'com.bitpay:android-sdk:1.0.0@aar' I wonder which one gives the problem. Any chance for a workaround for this? I'll be happy with covering some of the android devices if not all.

— Reply to this email directly or view it on GitHub https://github.com/bitpay/android-sdk-sample/issues/1#issuecomment-156845656 .