Android Export/Debug error "Activity class {/org.godotengine.godot.Godot} does not exist."

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By NaythanFox

:bust_in_silhouette: Reply From: volzhs

The problem is not there.
you can see the real problem 6 lines above.

adb: failed to install .... failure [INSTALL_PARSE_FAILED_BAD_PACKAGE_NAME:....]

check your package name in export settings.

How can I solve this? I already typed the name but the error continues

enter image description here

enter image description here

NaythanFox | 2018-03-15 21:59

package unique name should contain period . at least one.
and usually using the reverse order of domain, like com.company_name.app_name

volzhs | 2018-03-15 22:56

THANK YOU VERY MUCH!!!

NaythanFox | 2018-03-15 23:58