Hi, I have an app that compiles and run ok in 8.8
Ive installed 9.8, recompile, install and the app opens and close inmediately withot sendin nothing to the Log.
Tested in debug mode too.
Any idea?
Hi, I have an app that compiles and run ok in 8.8
Ive installed 9.8, recompile, install and the app opens and close inmediately withot sendin nothing to the Log.
Tested in debug mode too.
Any idea?
Ive solved this errors recompile, no filtered log and nothing, when it runs I see the first Activity appear for a milisecond and close, nothing in the log.
Ive added a log("beggining") at the Sub Activity_Create(FirstTime As Boolean) and nothing.
Dont know what else to do.
Sorry, I don't understand! Is it solved or not !!??
The most efficient way to get help would be that you post your project as a zip file, so we can look and see what happens.
Try using USB debugging instead of using the b4a-bridge if you are definitely not receiving any logs. I've personally never seen a crash without any log messages before.
If you are still having issues, then you'll just have to single step through the code in debug mode until you actually find where the crash is happening.
Make sure that you have all the recommended B4A SDK components installed and also make sure that you have jitified all the libraries too...
Dropbox, if you don't have Dropbox send me your email address via a PM and I'll share a folder for you to put it into, I can look it for you. Please note that I don't usually make offer like that, so you should take full advantage of it whilst I'm in a good mood lol ?
Here we have an error message, not unless you removed the file on purpose which would link of make sense in this instance:
B4X:
B4A Version: 9.80
Java Version: 11
Parsing code. (0.35s)
Building folders structure. (0.05s)
Compiling code. Error
Error parsing manifest script:
Error parsing google-services.json:
Could not find file '<I'VE TAKEN THIS PART OUT AS IT'S NOT RELEVANT>\PortIt_AdMov\google-services.json'.
Where is your google-services.json file, it's missing???
I've now deleted your code from off my machine, I suggest that you delete the Dropbox link???
Thanks Peter but I dont have any error compiling, just running it.
May be the zip generated by the IDe is not complete.
If you have time I can zip the entire folder but what about the libraries?
Thanks Peter but I dont have any error compiling, just running it.
May be the zip generated by the IDe is not complete.
If you have time I can zip the entire folder but what about the libraries?
Don't worry about the libraries, they can easily be downloaded from the forum, plus that was not the problem that I was having. Zip the whole project up and upload it to your dropbox.
The rhis is not the problem because the same project , using Admovs, compiles and run ok in 8.8 and compiles but not run in 9.8, I only see the activity pro a mili sencond and it halts showing nothing in the log.
I will write again: it has nothing to do with B4A version.
You are using a different SDK with the new B4A version. The old version didn't support AndroidX. You can revert to an old Android SDK and it will work.