tommythorsen / webpayments-demo

Apache License 2.0
8 stars 9 forks source link

This app isn't compatible with your phone - Nexus 6 - Android 7.1.1 #2

Open Abacaxi-Nelson opened 7 years ago

Abacaxi-Nelson commented 7 years ago

Hi I'm making some tests with payment requests, and i find your repo. I follow your steps, but last apk doesn't seems to work on newer android.

I'm runnin the apk on an android emulator "Nexus 6 - Android 7.1.1". The error message is "App not installed. This app isn't compatible with your phone".

In "Android 6.0", i get following error message "The apk failed to install. Error: Install_Failed_No_Matching_ABIS"

Any help ? Nelson

tommythorsen commented 7 years ago

Hi! Judging from that error message, you are trying to run the apk on an incompatible architecture. The apk is compiled for ARM, but you're probably trying to run it on an Intel emulator. Can you try running it on an ARM Virtual Device?

Abacaxi-Nelson commented 7 years ago

Hi

You are right. I will try :)

Thanks,