Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ADB error output when using one-click deploy #26579

Closed
Nolkaloid opened this issue Mar 4, 2019 · 5 comments
Closed

Add ADB error output when using one-click deploy #26579

Nolkaloid opened this issue Mar 4, 2019 · 5 comments

Comments

@Nolkaloid
Copy link
Contributor

Nolkaloid commented Mar 4, 2019

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.

@nightblade9
Copy link
Contributor

I'm getting this too. Do you have a work-around for the actual issue?

@lurppa
Copy link

lurppa commented May 22, 2019

I'm getting this too. Do you have a work-around for the actual issue?

In case someone is still interested: renaming assets to not contain any non-English characters solved this for me.

@mrkdji
Copy link

mrkdji commented Feb 16, 2022

I believe this is fixed in 3.4 @akien-mga

@Calinou
Copy link
Member

Calinou commented Feb 16, 2022

This was fixed in 3.4.3rc and 3.5beta by #56517, closing.

@Nolkaloid
Copy link
Contributor Author

Nolkaloid commented Feb 19, 2022

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^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants