nvisium-jack-mannino / OWASP-GoatDroid-Project

*This project is no longer maintained* OWASP GoatDroid is a fully functional and self-contained training environment for educating developers and testers on Android security. GoatDroid requires minimal dependencies and is ideal for both Android beginners as well as more advanced users. The project currently includes two applications: FourGoats, a location-based social network, and Herd Financial, a mobile banking application. There are also several feature that greatly simplify usage within a training environment or for absolute beginners who want a good introduction to working with the Android platform. Download the built version here: https://github.com/jackMannino/OWASP-GoatDroid-Project/downloads
239 stars 98 forks source link

Unfortunately, Herd Financial has stopped #15

Open seabaz opened 10 years ago

seabaz commented 10 years ago

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

nvisium-jack-mannino commented 10 years ago

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

harshitavani commented 10 years ago

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.

0xdeadbeefJERKY commented 10 years ago

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

raulsiles commented 9 years ago

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).

ryepesg commented 7 years ago

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.