# ERROR: Trying to release a package that starts with org.kivy
#
# The package.domain org.kivy is reserved for the Kivy official
# applications. Please use your own domain.
#
# If you are a Kivy developer, add an export in your shell
# export BUILDOZER_ALLOW_KIVY_ORG_DOMAIN=1My problem is with choosing a domain name. This is my Buildozer.spec:# (str) Package name
package.name = oscservice
# (str) Package domain (needed for android/ios packaging)
package.domain = org.kivypackage.name = oscservice to package.name = BatteryProtector and package.domain = org.kivy to package.domain = org.ipfelec in buildozer.spec, app don't run. I also changed the following code, the app will not run. SERVICE_NAME = u'{packagename}.Service{servicename}'.format(
packagename=u'org.ipfelec.BatteryProtect',
servicename=u'Pong'
)
This is my Error:
09-01 02:07:54.443 2162 2200 I python : Traceback (most recent call last):
09-01 02:07:54.443 2162 2200 I python : File "/media/mehdi/2436ef15-26cf-4be8-9eed-6befb73eddd8/mehdi/Documents/BuildozerTest/.buildozer/android/app/main.py", line 398, in <module>
09-01 02:07:54.443 2162 2200 I python : File "/media/mehdi/2436ef15-26cf-4be8-9eed-6befb73eddd8/mehdi/Documents/BuildozerTest/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/BatteryProtector/kivy/app.py", line 949, in run
09-01 02:07:54.444 2162 2200 I python : File "/media/mehdi/2436ef15-26cf-4be8-9eed-6befb73eddd8/mehdi/Documents/BuildozerTest/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/BatteryProtector/kivy/app.py", line 919, in _run_prepare
09-01 02:07:54.444 2162 2200 I python : File "/media/mehdi/2436ef15-26cf-4be8-9eed-6befb73eddd8/mehdi/Documents/BuildozerTest/.buildozer/android/app/main.py", line 317, in build
09-01 02:07:54.444 2162 2200 I python : File "/media/mehdi/2436ef15-26cf-4be8-9eed-6befb73eddd8/mehdi/Documents/BuildozerTest/.buildozer/android/app/main.py", line 334, in start_service
09-01 02:07:54.445 2162 2200 I python : File "/media/mehdi/2436ef15-26cf-4be8-9eed-6befb73eddd8/mehdi/Documents/BuildozerTest/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/BatteryProtector/jnius/reflect.py", line 208, in autoclass
09-01 02:07:54.445 2162 2200 I python : File "jnius/jnius_export_func.pxi", line 28, in jnius.jnius.find_javaclass
09-01 02:07:54.446 2162 2200 I python : jnius.jnius.JavaException: Class not found b'org/ipfelec/BatteryProtector/ServicePong'
09-01 02:07:54.446 2162 2200 I python : Python for android ended.
Is it possible for me to change these names?
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/caeeedc3-aa78-435a-a634-3d05e48d8e06n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/7d4c5113-e5ce-44ad-8d85-23bad22c6752n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/c094b01a-ff0b-4d66-b9b1-448c6dc6980bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/d9e26216-7f1e-4a75-9ada-f98d0b451d56n%40googlegroups.com.