simondankelmann / Bluetooth-LE-Spam

GNU General Public License v3.0
3.61k stars 283 forks source link

App close immediately after start #176

Closed sztuk5 closed 6 months ago

sztuk5 commented 6 months ago

App is instantly closing when trying to open after update (1.0.7 version with data previously cleared) on Samsung S22 Ultra.

simondankelmann commented 6 months ago

Can you provide some logs ?

sztuk5 commented 6 months ago

Can you provide some logs ?

How can I do that?

simondankelmann commented 6 months ago

Best way would be:

clone the repo open in android studio connect your phone via adb run the app through android studio on your phone check logcat monitor for error messages

OlekAleksander commented 6 months ago

App is instantly closing when trying to open after update (1.0.7 version with data previously cleared) on Samsung S22 Ultra.

I had the same issue. Uninstalling and reinstalling the app worked for me.

ha2ked commented 6 months ago

You could also clear app data and that will fix it

sztuk5 commented 6 months ago

@OlekAleksander @ha2ked I tried multiple times to clear data and reinstall or just reinstall and it didn't work. Now I tried to clear data, uninstall, install again and clear data and it worked. Thank You!