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.
 

DonManfred

Expert
Licensed User
Longtime User
Just crash immediately.
Post the full error. Run it in Releasemode.

There is no crash without an error.
Maybe you need to check the unfiltered log.
 
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
Post the full error. Run it in Releasemode.

There is no crash without an error.
Maybe you need to check the unfiltered log.
There are NO ERROR in log.
My tablet is connected with USB cable in Debug mode and nothing.
I try and Release mode but same happening
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
Is you application using WebView? If so, uninstall and re-install WebView.
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
Use unfiltered logs and see if anything shows up around the time you start the app and the app crashes
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
1. Open App Play Store from your Phone
2. Open menu
3. Select My App and my Games
4. Updates application.
Thats all

Google fix this bug with Rel. 89.0.4389.105 - Android System Webview
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Very strain because without filter you see everything your device is doing, even if you do not run your app you should see a series of continuous data in the log window.

1. Connect your Phone ( Click Button Connect )
2. Decheck option Filter

1616506587772.png
 
Upvote 0

nwhitfield

Active Member
Licensed User
Longtime User
Likewise; just updated B4X. Reinstalled the SDK, re-added some libraries. And whether in release or debug mode, the app crashed immediately on start up, with nothing showing at all in the logs on the PC, whether filtered or not.

Updated: I loaded a smaller app, which uses far fewer libraries, and that works just fine in 10.7. So I'm guessing there is some incompatibility with *something* that's causing this issue. But without an error message, or the logs, it's going to be fun to find...
 
Last edited:
Upvote 0

Jeffrey Cameron

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.
 
Upvote 0
Top