Hey ! I builded my tauri mobile app for android but when I want to install the app on my phone with the .apk file I have the error : The application has not been installed, as the package appears to be invalid. And when I build, I have a warning at the end :
`Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/8.0/userguide/command_line_interface.html#sec:command_line_warnings
`
Do you have an idea to solving this problem?