PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [wm21 - android] android app keep crashing
[wm21 - android] android app keep crashing
Débuté par ccc2, 20 oct. 2016 10:12 - 1 réponse
Posté le 20 octobre 2016 - 10:12
Hi,

I keep getting prompt "unfortunately , my app has stopped "

I had tried catch exception at place I suspect but nothing.

anyway for me to find out what the cause?
Posté le 24 octobre 2016 - 13:19
Hi,

you have not provided enough elements to analyze the problem.

However I suggest you to do:

1. Repair the project
2. If problem persists, put an Info() after every line of the initialization code and check at wich line of code your application crashes.

If application crashes before the splash screen maybe your phone has some incompatibility with some stuff of your version of WM or your are using some external jar.