You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
Currently when the one-click deploy to Android fails, there is just a generic message could not install to device, however when using ADB directly in the command line there is an explicit error that helps to solve the problem. Example: Failed to install SecretOfTheUniverse.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl2050218568.tmp/base.apk: File assets/Sounds/Méchant.ogg.import in manifest does not exist]
Expected Behaviour:
When failing to install to the device, the message should display an explicit error.
The text was updated successfully, but these errors were encountered:
I believe that #56517 doesn't fix the "issue" I raised 3 years ago. To be honest it was more of a quality of life proposal : "Display the output from ADB when directly installing to an Android device". But I understand that this issue in not a priority an that there a dozens of critical issues waiting to be fixed^^
Godot version:
Godot 3.1 beta-10
OS/device including version:
Ubuntu 18.04
Xiaomi Redmi 6 - Android 8.1
Issue description:
Currently when the one-click deploy to Android fails, there is just a generic message
could not install to device
, however when using ADB directly in the command line there is an explicit error that helps to solve the problem. Example:Failed to install SecretOfTheUniverse.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl2050218568.tmp/base.apk: File assets/Sounds/Méchant.ogg.import in manifest does not exist]
Expected Behaviour:
When failing to install to the device, the message should display an explicit error.
The text was updated successfully, but these errors were encountered: