Android Question [SOLVED] Application immediately when run

makis_best

Well-Known Member
Licensed User
Longtime User
Hi.

Please help.
My application stop working when I run it immediately.
I don't get any error message on the log.
Just crash immediately.

No matter if I use debug or release mode.

Please help.
 

nwhitfield

Active Member
Licensed User
Longtime User
Now back to normal, thank goodness.

1. Reinstall SDK, and grab a few missing bits (like the biometrics stuff my app needs)
2. Clear out some very old AppCompat related files (one jar and two aar) that had been festering in my additional Libraries folder since 2018
 
Upvote 0

b2mvga

Member
Licensed User
Longtime User
Hi, today I have same problem, in my case is WebView... to solve have 2 way, or you open play store, search for google chrome and update google chrome or search for ANDROID SYSTEM WEBVIEW and DISSABLE or remove this and app work again... attach my log before I solve.
 

Attachments

  • erro.txt
    40.8 KB · Views: 103
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
I had an issue like this a couple of years ago. I resolved finally by completely uninstalling the app from the device, cleaning the project, then recompile/reinstall.

If that doesn't solve it you might try adding some debug statements as the very first line of code in you Starter service Start block, your Main Activity_Create, etc. to see if you can see those in the log output.
I try it already but nothing... exactly the same problem.
 
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
I manage to solve it.
I copy SDK from one old backup I had and working fine.
When I use the SDK download from official page doesn't.

Thank you for your help.
 
Upvote 0
Top