OWASP-GoatDroid-Project icon indicating copy to clipboard operation
OWASP-GoatDroid-Project copied to clipboard

Unfortunately, Herd Financial has stopped

Open seabaz opened this issue 11 years ago • 5 comments

Hi there,

Is there problem with Herd Financial application server? I received the following error after clicking the app: Unfortunately, Herd Financial has stopped

Pls help to advise. Thanks

seabaz avatar Feb 22 '14 18:02 seabaz

Can you please post the stack trace? That will help with determining the specific reason it's crashing.

nvisium-jack-mannino avatar Mar 14 '14 19:03 nvisium-jack-mannino

Hi jackMannino,

I too came across the same problem while using OWASP Goatdroid v0.9.

Here i am attaching stack trace as you asked.

stacktrace1 stacktrace2

Thank you for the effort.

harshitavani avatar Apr 23 '14 06:04 harshitavani

I have experienced the same error and the stack trace reads as shown in the screenshot above.

0xdeadbeefJERKY avatar Jun 08 '14 04:06 0xdeadbeefJERKY

Hi, the main reason is probably because you are trying to run the HerdFinancial app in an Android AVD (emulator), or real device, based on an ARM architecture not supported by the app. In the log you can see the app is using native libraries. Try to run it in a different Android version, such as an Android 4.2.2 AVD (where it works vs. Android 4.4.2, where it fails to run).

raulsiles avatar Oct 19 '15 18:10 raulsiles

At last I got this. The aplication has native libraries for ARM so it will not work if you are using x86. Also, It didnt work on Android 5.1.1 even using ARM. So the only combination I was able to get working was Android 4.2.2 / armeabi-v7a.

ryepesg avatar Jul 06 '17 13:07 ryepesg