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
While I was trying to convert my Python file to .aab through buildozer the following error occoured:
ERROR: Trying to release a package that starts with org.test
#
# ERROR: Trying to release a package that starts with org.test
#
# The package.domain org.test is, as the name intented, a test.
# Once you published an application with org.test,
# you cannot change it, it will be part of the identifier
# for Google Play / App Store / etc.
#
# So change package.domain to anything else.
#
# If you messed up before, set the environment variable to force the build:
# export BUILDOZER_ALLOW_ORG_TEST_DOMAIN=1
#
The text was updated successfully, but these errors were encountered:
👋 @idk-278, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
Description
While I was trying to convert my Python file to .aab through buildozer the following error occoured:
ERROR: Trying to release a package that starts with org.test
buildozer.spec
Command:
buildozer android release
Logs:
log_file.docx
ERROR message in the logs :
The text was updated successfully, but these errors were encountered: