Kivy Mobile App #31 | Build APK with Buildozer and Deploy to Android Phone

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 19

  • @mohd9227
    @mohd9227 3 ปีที่แล้ว +1

    Hey Marcus! I just wanna say that you've solved my kivy map view dependency problem that I've been having for weeks now. Thank you for making this series, you've literally made my day. I'm subscribing rn.

  • @yousifahmed257
    @yousifahmed257 3 ปีที่แล้ว +1

    I am impressed in your videos

  • @TheDavifernando
    @TheDavifernando 3 ปีที่แล้ว +1

    Very cool! best kivy content !!!

    • @codewithmarcus2151
      @codewithmarcus2151  3 ปีที่แล้ว

      Thanks a lot! :)

    • @TheDavifernando
      @TheDavifernando 3 ปีที่แล้ว

      @@codewithmarcus2151
      I've seen all of your videos. Now I'm reviewing and putting it into practice. I want to make a book reader. How do you vary the page reading screen? I am between loading a Label for each page or loading a screen. Thanks again! Abraços aqui do Brasil!

    • @codewithmarcus2151
      @codewithmarcus2151  3 ปีที่แล้ว

      @@TheDavifernando Hi, there is a change screen function in the main.py, you can make use of the function to navigate between different pages/screen.

    • @TheDavifernando
      @TheDavifernando 3 ปีที่แล้ว

      @@codewithmarcus2151
      I advanced a lot in my application but a doubt arose. If you can help me ...
      def teste (self, pag, conteudo):
      self.ids.pag.label.text = conteudo
      I wanted to implement such a function. But I can't because the id in kivy is not a string or an integer. Does this have any solution ???

    • @codewithmarcus2151
      @codewithmarcus2151  3 ปีที่แล้ว

      @@TheDavifernando Hi. Where are you using this method? seems like something missing in your code. Should be self.root.ids.page.label.text = conteudo if you use it in your main.py

  • @abdallahalmiski3988
    @abdallahalmiski3988 3 ปีที่แล้ว +1

    Hey Marcus Im getting this error when deploying on phone saying ModuleNotFound python for android when i already have the module installed do you know a souloution the module its asking for is urllib3

  • @Lucifer-nt8xu
    @Lucifer-nt8xu 2 ปีที่แล้ว

    My app works fine in pc, but when i debug it and run on android. The database is not getting updated/not opening.

  • @mhdsadekalmiski4686
    @mhdsadekalmiski4686 3 ปีที่แล้ว

    Hello im getting an error saying that my .buildozer folder is not found. It looks like it's not creating it any help???

  • @souman-jyoti
    @souman-jyoti 3 ปีที่แล้ว

    On running app after converting in apk crash on android device

  • @sarthakshah6761
    @sarthakshah6761 3 ปีที่แล้ว

    hey marcus, my apk has been crashing if GPS is off. Can you suggest any work around to avoid that?

    • @codewithmarcus2151
      @codewithmarcus2151  3 ปีที่แล้ว +1

      Hi Sarthak, you need to find out which lines of code are causing the errors. Then try some thing like
      try:
      some code
      except Exception as e:
      print(e)
      to find out what is wrong.

  • @priyanshusharma6443
    @priyanshusharma6443 3 ปีที่แล้ว

    Hey!! Bro I am getting error plzz help me 🙏

  • @abdallahalmiski3988
    @abdallahalmiski3988 3 ปีที่แล้ว +1

    AMAZING