card-io / card.io-Android-SDK

card.io provides fast, easy credit card scanning in mobile apps
Other
1.99k stars 535 forks source link

card.io SampleApp camera scanning doesn't work on Nexus 5 #168

Closed MGhareeb32 closed 7 years ago

MGhareeb32 commented 8 years ago
10-07 11:32:48.793 11714-11714/org.my.scanExample.debug I/card.io: Checking hardware support...
10-07 11:32:48.794 11714-11714/org.my.scanExample.debug I/card.io: card.io 5.4.2 09/27/2016 11:38:46 -0500
10-07 11:32:48.798 11714-11714/org.my.scanExample.debug E/card.io: Failed to load native library: dlopen failed: cannot locate symbol "__aeabi_memcpy" referenced by "/data/app/org.my.scanExample.debug-1/lib/arm/libcardioDecider.so"...
10-07 11:32:48.798 11714-11714/org.my.scanExample.debug W/card.io: - Processor type is not supported
Alextorres950325 commented 7 years ago

W/card.io: - Processor type is not supported 10-10 13:39:49.683 8051-8051CardIOActivity: onCreate() 10-10 13:39:49.685 8051-8051 D/I18nManager: setLanguage(null) 10-10 13:39:49.685 8051-8051 D/I18nManager: null not found. Attempting to look for es_US 10-10 13:39:49.685 8051-8051 D/I18nManager: setting locale to:es 10-10 13:39:49.686 8051-8051 I/card.io: Processor not Supported. Skipping camera.

i use a huawei g620s

Alextorres950325 commented 7 years ago

After a long time searching, I compiled the version 5.4.0 and the problem was solved, This error appears in later versions this

paringer commented 7 years ago

Huavey Honor 7 Samsung Galaxy J5 (SM-J500H) same error with versions 5.4.1 - 5.4.2 10-17 12:45:34.843 1059-1059/com.tachcard E/card.io: Failed to load native library: dlopen failed: cannot locate symbol "__aeabi_memcpy" referenced by "/data/app/com.tachcard-1/lib/arm/libcardioDecider.so"... 10-17 12:45:34.843 1059-1059/com.tachcard I/card.io: Processor not Supported. Skipping camera. after two hours of recompile, helps me only, rolled back to version 5.4.0 and setting locale to english, after that, russion locale starts work too, scanIntent.putExtra(CardIOActivity.EXTRA_LANGUAGE_OR_LOCALE, "en"); so version is important, locale is not. But unfortunately this version does not recognize my cards anymore. only new (unworkable at android) version 5.4.2 does at iOS

qasimdm commented 7 years ago

Skipping the camera activity:

Tried: 5.4.2, 5.4.1, 5.4.0 on Galaxy S5 (Marshmallow 6.0.1) minSdkVersion 16

11-17 16:04:43.501 3023-3023/ I/CardIOActivity: onCreate() 11-17 16:04:43.511 3023-3023/ D/I18nManager: setLanguage(null) 11-17 16:04:43.511 3023-3023/ D/I18nManager: null not found. Attempting to look for sv_SE 11-17 16:04:43.511 3023-3023/ D/I18nManager: setting locale to:sv 11-17 16:04:43.511 3023-3023/ I/card.io: Processor not Supported. Skipping camera. 11-17 16:04:43.511 3023-3023/ I/CardIOActivity: onResume() 11-17 16:04:43.511 3023-3023/ D/CardIOActivity: nextActivity()