Kivy Reloader: Hot reload Kivy apps on Android phones, emulators, and computers in real-time

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Full tutorial here: kivyschool.com...
    Kivy Reloader is a very useful tool for development that allows you to reload your Kivy app on multiple devices simultaneously, without having to restart / recompile every time you make a change, saving your precious development time and effort.
    0:07 Introduction - What is Kivy Reloader
    1:00 Prerequisites
    1:28 How it works
    2:23 What is Scrcpy?
    3:18 Installing Scrcpy
    4:34 Installing Kivy Reloader
    5:44 Setup and How to Use
    6:00 Beginner example (single file)
    6:39 kivy-reloader init
    6:57 Configure kivy-reloader.toml
    9:04 Compiling an Android app
    9:30 Installing Buildozer dependencies
    9:54 Enable developer options
    10:08 Enable USB debugging
    10:25 kivy-reloader run
    13:10 Intermediate example
    18:49 Advanced example
    22:54 Extra kivy-reloader.toml customizations
    25:00 Extra kivy-reloader run options - Create AAB and Fix connection issues
    26:10 Making contributions, getting help, goodbye
    Contact us for business inquiries!
    contact at kivyschool.com
    #python #kivy #android #ubuntu

Комментарии • 5

  • @365hariceritaanak
    @365hariceritaanak 17 дней назад +1

    i am still stuck on running or build to android apk

    • @KivySchool
      @KivySchool  17 дней назад

      We can help you at Kivy Discord channel

  • @MEYANADHIKARI
    @MEYANADHIKARI 18 дней назад

    will this work on windows?

    • @KivySchool
      @KivySchool  17 дней назад

      If you're on Windows then you need to follow the Windows installation guide and the How to Use guide for Windows: kivyschool.com/kivy-reloader/windows/installation/

    • @KivySchool
      @KivySchool  12 дней назад

      Yes it will work on Windows only, if you need to make python to apk you need WSL2 setup as detailed in this channel or in kivyschool's kivy-reloader installation setup.