kivy / kivy-launcher

Reboot of the older Kivy launcher
MIT License
108 stars 56 forks source link

How to install Kivy launcher in an android phone #26

Open marcelourquiza70 opened 2 years ago

marcelourquiza70 commented 2 years ago

Following the instructions of the "how it works" section in github, leads to the kivy documentation page (https://kivy.org/docs/guide/packaging-android.html#packaging-your-application-for-the-kivy-launcher) which leads to downloading the kivy launcher at google play store. Since kivy launcher is no longer available at google play store, it doesn´t help. There is an option for people that doesn't have access to the google play store (http://kivy.org/#download.) but it leads to a blank page. So I suggest you include installation instructions, so that we can install kivy launcher using the files provided at github, if possible. Maybe the http://kivy.org/#download link should point to the installation page (https://kivy.org/doc/stable/gettingstarted/installation.html) where we can find a link to the python-for-android kivy version. But it is not clear that installing python-for-android is the same as installing the kivy launcher. If it is, I suggest you make that clear somewhere in the instructions.

chrysn commented 1 year ago

As long as the APKs are only available through GitHub artifacts (described in https://github.com/kivy/kivy-launcher/issues/14), there's probably nothing easy to put into the docs yet.

It might be better to rephrase the docs for the time being without the launcher, or with just a reference that there is a WIP launcher.

tshirtman commented 1 year ago

The CI could be configured to create releases when code is merged on main, or when a tag is created, and adding the artifact to the release, which would make it easier to link to, using the main branch would be fine if development happens in branches which gets merged when ready.