The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Hi all,

I can't find this info but I'm sure it's somewhere. I have to ask sorry.

I'm exporting, then taking to android via file copy, then installing. It fails.
I then try and run directly whilst phone is attached via cable, from within Godot.
It also fails.

I have the debug keystore, SDB, etc etc all setup. I've done this many times in the past, but for some reason this game is failing to run.

I'm on OSX. Where can I view the logs for the failure reason? I suppose in the terminal but how can I access the terminal output if that is the case?

Thanks so much and sorry to have to ask.

in Engine by (824 points)

What is the fail error message on your phone? Is it "failed parsing package" or something like that?

If you have ADB, you can run adb logcat in a console and see what it prints.
There can be multiple reasons why it fails (which result in similar error messages)

  • The APK is not signed correctly (you can see that in the Godot console when exporting, it's not printing in red but it's there)
  • The SDK version is not supported
  • You filled in a wrong parameter/package name in export options

Thank you!!!!

Invalid manifest package: bad character '-'

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.