What is causing your crashes? We need details in order to help you.
I have compiled several of my apps with the new version without a single problem.
Also, don't direct your question to a single user.
It crashes all of my apps that use a service. I just re-compiled with version 8.0 on one of my apps and as soon as I started the app it crashed with this message:
B4X:
MyAppName has stopped.
I tried this with my other apps and they all did the same thing.
Looks like version 8.0 is not compatible with any of the apps. Looks like I need to get a copy of the previous version so I can re-compile all of the apps.
Looks like I can't start the service in the foreground. I thought starting a service in the foreground will stop it from pre-maturely being killed by Android. I will keep this statement commented out and see if anything else crashes the app.
The app compiles and runs now so I need to see if it gets killed by Android because the service is scheduled to wake up 5 times each day. I won't know until tomorrow at this same time. I will let you know if I don't need to run the service in the foreground.
You don't need to do it this way...
Please, spare some time and read Erel's tutorial I pointed out in post #4
It is totally related to the issue you're talking about, and will definitely help you solve it once and for good.