Hello, I'm new to the forum, I hope you can help me, because I'm a bit desperate.
I put you in context...
Yesterday I was inserting admob advertising to my game, and when exporting, the plugin made me have to check the "Use custom build" and "Godot admob" boxes, this gave me a compatibility problem, which I could solve by updating Gradle 7.4.
Once that was fixed, I could now generate my apk and test it on my mobile. Well, I spent all day yesterday doing .apk exports and testing on my mobile that advertising would work, etc... So far so good.
To my surprise today, I made some simple changes to my game, and wanted to re-export to test.
And... now it doesn't work! When trying to install the .apk on my mobile, a message appears: "The app could not be installed". But it doesn't give me a specific error.
I have been able to verify that when I do the export in Godot the following message appears:
https://ibb.co/TPGv7dB
I don't know if that is the error, but I don't understand what I have to do.
When the export gradle finishes, the message that says "BUILD SUCCESSFULLY" clearly appears and it generates the .apk in the directory...
I can't understand why it was working fine yesterday and suddenly not today.
Another possible suspicious error I saw in the gradle log was the following:
https://ibb.co/Y0mnyjn
I hope you can give me a solution, I will be very grateful.
Thank you