Converting Python Kivy to Android APK using Google Colab

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • #kivy android app development #PyhtonProgramming #Kivymd #Mobileapp
    In this lecture we will learn to create .apk file of an Kivy based calculator application
    The Google Colab Way!
    The conversion requires a Linux environment and Google provides it for free! If you belong to Data Science or Deep learning background then you must be aware of this platform.
    It provides you a virtual machine with 75GB space, 12GB RAM, and around 12GB GPU power! You can use this platform to perform model training, checking logs, or running Python codes.
    As this is a Linux based system, now the only thing required is to install the dependencies and initiate the process.
    Link to access the Google colab notebook:
    colab.research...
    You can directly use my colab notebook where you just need to run all the cells, that’s it!
    a) !pip install buildozer
    b) !pip install cython==0.29.19
    c) !sudo apt-get install -y \
    python3-pip \
    build-essential \
    git \
    python3 \
    python3-dev \
    ffmpeg \
    libsdl2-dev \
    libsdl2-image-dev \
    libsdl2-mixer-dev \
    libsdl2-ttf-dev \
    libportmidi-dev \
    libswscale-dev \
    libavformat-dev \
    libavcodec-dev \
    zlib1g-dev
    d) !sudo apt-get install -y \
    libgstreamer1.0 \
    gstreamer1.0-plugins-base \
    gstreamer1.0-plugins-good
    e) !sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev zlib1g-dev libssl-dev openssl libgdbm-dev libgdbm-compat-dev liblzma-dev libreadline-dev libncursesw5-dev libffi-dev uuid-dev libffi6
    f) !sudo apt-get install libffi-dev
    g) !buildozer init
    h) !buildozer -v android debug
    i) !buildozer android clean
    Before running the cells, make sure to upload your app code to the colab notebook and after running the bulldozer init command, make sure to edit the specs file generated and nothing else!
    This is the easiest and most convenient way to build apps without the need for an actual system!

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

  • @jercikabeatriz9397
    @jercikabeatriz9397 2 года назад +13

    Our bro saved my life as a mobile programmer, another subscriber

    • @Eraxazot17
      @Eraxazot17 2 месяца назад +2

      He'll

    • @Eraxazot17
      @Eraxazot17 2 месяца назад +2

      Hello bro I need a help

  • @teanza
    @teanza 7 месяцев назад +3

    THANK YOU oh my goodness the forums try to make it sound impossible .. it's easier than blinking thanks to you! CHEERS!!

  • @woetotheconquered3451
    @woetotheconquered3451 2 года назад +9

    I was thinking of not using kivy mainly because of how people complain about turning it to a mobile app (saw an article of a guy who tried for 4 days and gave up). Going to give it a try after seeing this vid. I'm subscribing.

  • @goodone2933
    @goodone2933 5 месяцев назад +5

    Buildozer failed to execute the last command
    # The error might be hidden in the log above this error
    # Please read the full log, and search for it before
    # raising an issue with buildozer itself.
    # In case of a bug report, please add a full log with log_level = 2
    eerror lastpart

  • @jhonbhai8943
    @jhonbhai8943 3 года назад +8

    I Appreciate you're work ..but that would also be good if you tried and installed it on you android device

  • @abelwondimu9467
    @abelwondimu9467 3 года назад +3

    You are the best. Thnaks👍👍👍😊

  • @vrajsavani
    @vrajsavani 2 года назад +4

    Brilliant Video. Very very helpfull!

  • @SmHeart99
    @SmHeart99 2 года назад +8

    You're a genius mate! I wonder how do you know such things, could you give me any hint please? (like "by mean of univerity" for example)

  • @franciscojosecollado185
    @franciscojosecollado185 Год назад +2

    It works!! Thank you so much!!

  • @biruktilhun7930
    @biruktilhun7930 2 года назад +1

    you're the genius. thanks very much. very cool

  • @arexperiment3474
    @arexperiment3474 3 года назад +2

    Excellent video bro very good god bless you

  • @mr.m2103
    @mr.m2103 22 дня назад +1

    where do you put the directory or path to your python script

  • @minkoungkhant815
    @minkoungkhant815 4 месяца назад +1

    I uploaded my program file. But there is nothing in bin folder. Why?

  • @alexdominguess
    @alexdominguess 3 года назад +5

    What about the kv file that cointais all the ui instructions?

    • @bjwilliam5768
      @bjwilliam5768 3 года назад

      i just added the .kv file aswell and it worked

    • @saidhanush703
      @saidhanush703 3 года назад

      @@bjwilliam5768 can u help me in this case

  • @diaya4024
    @diaya4024 3 года назад +4

    Buildozer failed to execute the last command.
    When using buildozer in linux.
    Is there any solution for this.

    • @dosunan3303
      @dosunan3303 6 месяцев назад +1

      Did you find the solution now?

    • @jamesmcafee2443
      @jamesmcafee2443 5 месяцев назад

      Did you fine the problem

  • @programmer5467
    @programmer5467 Год назад +2

    Sir ye mobile phone mein hone ke liye kuch jyada hi time le raha hain.
    Buildozer init wala toh .spec bana hi nahi raha.

  • @bhavyamverma70
    @bhavyamverma70 3 года назад +4

    from _ctypes import Union, Structure, Array
    ModuleNotFoundError: No module named '_ctypes'

    • @prof.ambrose
      @prof.ambrose 3 года назад +1

      !sudo apt-get install libffi-dev
      run that in a cell and it should fix it

  • @santoshchauhan6636
    @santoshchauhan6636 5 месяцев назад +1

    Now I have a DOUBT.
    If I share that apk file to another PC, will it fucntion the same way as it does in my pc?

  • @poonammanjare2967
    @poonammanjare2967 3 года назад +1

    Getting these errors
    1.lld not found, linking without it. Consider installing lld if linker errors occur
    2. clang: error: no such file or directory: 'jnius/jnius.c'
    clang: error: no input files
    error: command '/root/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang' failed with exit status 1
    3.Buildozer failed to execute the last command

  • @SaiKiran-ko1dt
    @SaiKiran-ko1dt 2 года назад +2

    Tq so so so much dude..🤗🤟

  • @letsfixedit572
    @letsfixedit572 3 года назад +3

    apk is not opening in phone

  • @fabricenade9982
    @fabricenade9982 3 года назад +2

    Thanks so much Sir.

  • @user-hz5zy9oj4x
    @user-hz5zy9oj4x 2 года назад +1

    GOOD VIDEO! I LIKE IT. I LOVE YOU

  • @kaskilelr3
    @kaskilelr3 Год назад +1

    Line 5 gives me an error:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libffi6
    Any advice how to solve this?

    • @gauravkumarjain
      @gauravkumarjain  Год назад

      you may call me on my number +91-9891665634 and tell me your issue

  • @sudhakarnaidu6946
    @sudhakarnaidu6946 4 месяца назад +1

    what if we have images folder in our app , how do we add that in colab?

  • @stefankothaj3199
    @stefankothaj3199 Год назад +1

    Perfect one. Thanks

  • @superboysam2308
    @superboysam2308 Год назад +1

    My apk file of my app is not opening. When I try to open, it is coming out of the app. May I know the reason?

  • @creativesfun
    @creativesfun 3 года назад +3

    Apk file not showing in bin folder after running the code... please help

    • @garlapatisriharshitha5106
      @garlapatisriharshitha5106 3 года назад

      @Atual Gaurav
      Did u get the apk file?

    • @creativesfun
      @creativesfun 3 года назад

      @@garlapatisriharshitha5106 No, its showing error 'Buildozer failed to execute the last command'

    • @clxstur
      @clxstur 3 года назад +1

      I am having the same issue

    • @naagesh568
      @naagesh568 3 года назад

      @@creativesfun same error showing have you got result now? please let me know

    • @balladonatien7451
      @balladonatien7451 Год назад

      Same problem also

  • @heaveninhill557
    @heaveninhill557 2 года назад +1

    I did the same but my program did not sill opening.

  • @Chetan_fireworks
    @Chetan_fireworks 9 месяцев назад +1

    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package libffi6
    after type 5th command, this is giving error, what should i do ?

    • @gauravkumarjain
      @gauravkumarjain  9 месяцев назад +2

      You may contact me on my WhatsApp 9891665634

    • @Chetan_fireworks
      @Chetan_fireworks 9 месяцев назад +1

      @@gauravkumarjain , okay... Thanks

    • @vfx7t
      @vfx7t 9 месяцев назад +1

      @@Chetan_fireworks lol

    • @vfx7t
      @vfx7t 9 месяцев назад +1

      @@gauravkumarjain lol

    • @ikrammohamdi4439
      @ikrammohamdi4439 3 месяца назад +1

      The same problem

  • @anishfernandes1281
    @anishfernandes1281 3 года назад +2

    I got the apk file generated but when I installed it in my phone the app crash closes..it shows loading and then closes.. I'm using kivy, kivymd and pyttsx3 packages.. Do you know why this would happen ?

    • @shyamkrisharry
      @shyamkrisharry 3 года назад

      do you have any external libraries imported in your program?

    • @wyndhamwoo2851
      @wyndhamwoo2851 3 года назад

      did you find a solution?

    • @talpaturbo6944
      @talpaturbo6944 2 года назад

      it's propably a bug in your script

  • @minhlongnguyen3161
    @minhlongnguyen3161 3 года назад +2

    sir, my app include speech recognition and pyaudio. How can i install it when convert to apk. Thanks sir !!!

  • @francescoromano5863
    @francescoromano5863 3 года назад +1

    Seems to good to be true, dhanyavaad!

  • @reins981
    @reins981 2 года назад +1

    Thank you. I will try it

  • @SumitGupta-ys7lb
    @SumitGupta-ys7lb 2 года назад +5

    Thank you ! I just got the apk .. hope it works on my mobile 🤣

  • @crackervpinsan1755
    @crackervpinsan1755 3 года назад +2

    my app didn't run on android but it run on my linux

  • @oussama382
    @oussama382 2 года назад +2

    UnboundLocalError: local variable 'toolchain_version' referenced before assignment last etape

  • @ilyasmh6023
    @ilyasmh6023 2 года назад +1

    Thank you so much man!

  • @candrasniper3404
    @candrasniper3404 2 года назад +1

    Should we activate dev mode on mobile phone to run the app?

  • @wyndhamwoo2851
    @wyndhamwoo2851 3 года назад +2

    Hi what if we have many files in our application. Do we upload them to google collab individually and does it work or is there some other way?

    • @transhuman4344
      @transhuman4344 3 года назад +1

      Did you found the answer?

    • @isna143
      @isna143 2 года назад

      @@transhuman4344 No

    • @ketanparmar1263
      @ketanparmar1263 Год назад

      Looking for same answer. I read somewhere to create folder and save all the files there, but stil not working

  • @abdulbasitsadat7778
    @abdulbasitsadat7778 2 года назад +1

    the apk is not open
    what is the problem ?

  • @karinadantas7552
    @karinadantas7552 2 года назад +1

    Thanks man, you save me ;)

    • @Eraxazot17
      @Eraxazot17 2 месяца назад +1

      Can you please convert mine please
      print("WELCOME TO THE CALCULATOR!")
      name=input("WHAT IS YOUR NAME :")
      SHAHZAIB="SHAHZAIB"
      Shahzaib="Shahzaib"
      shahzaib="shahzaib"
      if name == SHAHZAIB:
      print("WELCOME SHAHZAIB KING.WE WERE WAITING FOR YOU KING :)")
      elif name == Shahzaib:
      print("WELCOME SHAHZAIB KING.WE WERE WAITING FOR THE YOU KING :)")
      elif name == shahzaib:
      print("WELCOME SHAHZAIB KING.WE WERE WAITING FOR THE YOU KING :)")
      else:
      print("HELLO",name,"DONKEY")
      fine=input("HOW ARE YOU :")
      if fine == "FINE":
      print("GOOD,I AM ALSO FINE")
      elif fine == "NOT FINE":
      print("OH,DON'T WORRY EVERYTHING WILL BE FINE")
      print("LETS START CALCULATING")
      number1=float(input("WRITE YOUR FIRST NUMBER :"))
      operator=input("ENTER AN OPERATOR (+,*,-,/) :")
      number2=float(input("WRITE YOUR SECOND NUMBER :"))
      if operator=="+":
      result=number1+ number2
      print(f"{number1} + {number2} = {result}")
      elif operator== "-" :
      result=number1-number2
      print(f"{number1} - {number2} = {result}")
      elif operator== "*" :
      result=number1*number2
      print(f"{number1} * {number2} = {result}")
      elif operator== "/" :
      result=number1 / number2
      print(f"{number1} / {number2} = {result}")

  • @mdshahinmiarobin9749
    @mdshahinmiarobin9749 3 года назад +1

    Thank You very much

  • @mahdizubeir2319
    @mahdizubeir2319 2 года назад +1

    are we save here sir, why all that file for just small app?

  • @MR0605
    @MR0605 3 года назад +1

    Sir I have a python code for operating smart bulb with hue bridge. I want to convert that python code to apk so that I can install it as app for my phone. Plz help

  • @2323devis
    @2323devis 2 года назад +1

    Hello! If I have code with sqlite3, need I add something? Thanks!

  • @lespri
    @lespri 9 месяцев назад +2

    Buildozer failed to execute the last command
    # The error might be hidden in the log above this error
    # Please read the full log, and search for it before
    # raising an issue with buildozer itself.
    # In case of a bug report, please add a full log with log_level = 2
    What to do with this error? pls

    • @gauravkumarjain
      @gauravkumarjain  9 месяцев назад +1

      You may contact me on my WhatsApp 9891665634

    • @auroragaming4991
      @auroragaming4991 9 месяцев назад +1

      sir please tell me the solution of this programmme it too happened with me

    • @gauravkumarjain
      @gauravkumarjain  8 месяцев назад +1

      Hi you may contact me on my WhatsApp 9891665634

    • @gauravkumarjain
      @gauravkumarjain  8 месяцев назад +1

      Hi you may contact me on my WhatsApp 9891665634

    • @robinvanderhaegen4661
      @robinvanderhaegen4661 8 месяцев назад +1

      @@auroragaming4991
      Got a solution for the error? Is should be something in general, answering everyone seperatly seems illogical.

  • @ikrammohamdi4439
    @ikrammohamdi4439 3 месяца назад +1

    # Buildozer failed to execute the last command # The error might be hidden in the log above this error # Please read the full log, and search for it before # raising an issue with buildozer itself. # In case of a bug report, please add a full log with log_level = 2

    • @sagarraj6988
      @sagarraj6988 Месяц назад +1

      same problem is occuring for me,how to solve it?

    • @varunkushwah451
      @varunkushwah451 Месяц назад

      Same problem did you get the solution!??​@@sagarraj6988

  • @culpinha
    @culpinha 3 года назад +1

    Thank you mate!

    • @Eraxazot17
      @Eraxazot17 2 месяца назад

      Hello bro I need a help

  • @malsawmzualamr7935
    @malsawmzualamr7935 3 года назад +1

    the actual app cannot be open in android phone

  • @androidsystem3042
    @androidsystem3042 2 года назад +2

    Thank bro

  • @anirudhputsala8276
    @anirudhputsala8276 3 года назад +2

    Sorry, it is not working. The app just crashes when opened. Could you help?

    • @vijayapathak3186
      @vijayapathak3186 3 года назад +1

      Have u got the answer to this??

    • @anirudhputsala8276
      @anirudhputsala8276 3 года назад

      @@vijayapathak3186 not in windows. I am trying in ubuntu. Will update here if it works

    • @anirudhputsala8276
      @anirudhputsala8276 3 года назад

      Sir, it didn't work out. Can we have a personal chat on this?

    • @abhishekthakkar8897
      @abhishekthakkar8897 3 года назад

      @@anirudhputsala8276 please include me

    • @anirudhputsala8276
      @anirudhputsala8276 3 года назад

      @@abhishekthakkar8897 sure, if I get a reply

  • @romainplantureux2125
    @romainplantureux2125 2 года назад +2

    Hi thank you for the tuto. Do I need to add something if I use MYSQL in my app ? thank you

    • @romainplantureux2125
      @romainplantureux2125 2 года назад

      I use pymysql and it dosn't work because I don't really know how to include it in my .spec file and also, I don't know wich line I should uncomment etc...

    • @gauravghodinde2949
      @gauravghodinde2949 2 года назад +1

      @@romainplantureux2125 well open the spec file go somewhere 42 to 48 line u will find requirements variable just enter the module make sure u specify the version of module eg kivy==2.0.0 and also give commas after each module except for last module. And then hot ctr-save ur done

    • @gauravghodinde2949
      @gauravghodinde2949 2 года назад

      Did the app run in the mobile device mine just crahes continously

  • @rishi8c38
    @rishi8c38 2 года назад +1

    sir I am getting error in third code

  • @bsaal
    @bsaal 3 года назад +1

    mr. gaurav .......I love your tutorial. i have a problem please can you help me.

  • @shaikafrid2204
    @shaikafrid2204 3 года назад +1

    I GOT ERROR NDK IS NOT DOWNLOAING PLESE HELP ME

  • @rahulsatav2247
    @rahulsatav2247 3 года назад +1

    Thanku bro.... 🔥🔥🔥🔥🔥👍👍🤗🤗🤗

    • @Eraxazot17
      @Eraxazot17 2 месяца назад

      Can you please convert mine
      print("WELCOME TO THE CALCULATOR!")
      name=input("WHAT IS YOUR NAME :")
      SHAHZAIB="SHAHZAIB"
      Shahzaib="Shahzaib"
      shahzaib="shahzaib"
      if name == SHAHZAIB:
      print("WELCOME SHAHZAIB KING.WE WERE WAITING FOR YOU KING :)")
      elif name == Shahzaib:
      print("WELCOME SHAHZAIB KING.WE WERE WAITING FOR THE YOU KING :)")
      elif name == shahzaib:
      print("WELCOME SHAHZAIB KING.WE WERE WAITING FOR THE YOU KING :)")
      else:
      print("HELLO",name,"DONKEY")
      fine=input("HOW ARE YOU :")
      if fine == "FINE":
      print("GOOD,I AM ALSO FINE")
      elif fine == "NOT FINE":
      print("OH,DON'T WORRY EVERYTHING WILL BE FINE")
      print("LETS START CALCULATING")
      number1=float(input("WRITE YOUR FIRST NUMBER :"))
      operator=input("ENTER AN OPERATOR (+,*,-,/) :")
      number2=float(input("WRITE YOUR SECOND NUMBER :"))
      if operator=="+":
      result=number1+ number2
      print(f"{number1} + {number2} = {result}")
      elif operator== "-" :
      result=number1-number2
      print(f"{number1} - {number2} = {result}")
      elif operator== "*" :
      result=number1*number2
      print(f"{number1} * {number2} = {result}")
      elif operator== "/" :
      result=number1 / number2
      print(f"{number1} / {number2} = {result}")

  • @taherlogbi6285
    @taherlogbi6285 3 года назад +2

    This actually works , but sometimes i got problems , something like :
    [WARNNING ] .lld not found, linking without it. Consider installing lld if linker errors occur.
    does anyone know how to fix it?

    • @varunbharadwaj2091
      @varunbharadwaj2091 3 года назад

      Same error bro

    • @taherlogbi6285
      @taherlogbi6285 3 года назад +2

      bro, finally i solve it , i found some other codes you can include it , you can use the follow :
      !pip install buildozer
      !pip install cython==0.29.19
      !sudo apt-get install -y \
      python3-pip \
      build-essential \
      git \
      python3 \
      python3-dev \
      ffmpeg \
      libsdl2-dev \
      libsdl2-image-dev \
      libsdl2-mixer-dev \
      libsdl2-ttf-dev \
      libportmidi-dev \
      libswscale-dev \
      libavformat-dev \
      libavcodec-dev \
      zlib1g-dev
      !sudo apt-get install -y \
      libgstreamer1.0 \
      gstreamer1.0-plugins-base \
      gstreamer1.0-plugins-good
      !sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev zlib1g-dev libssl-dev openssl libgdbm-dev libgdbm-compat-dev liblzma-dev libreadline-dev libncursesw5-dev libffi-dev uuid-dev libffi6
      !sudo apt-get install libffi-dev
      !sudo apt-get update
      !sudo apt-get install -y lld
      !sudo apt-get install libtool
      !sudo apt-get install autoconf
      !buildozer init
      !buildozer -v android debug
      !buildozer android clean

    • @taherlogbi6285
      @taherlogbi6285 3 года назад

      it works for me

    • @varunbharadwaj2091
      @varunbharadwaj2091 3 года назад

      @@taherlogbi6285 I did these steps in google colab, i could great an app, but if i open it it's crashing

    • @taherlogbi6285
      @taherlogbi6285 3 года назад

      @@varunbharadwaj2091 sometimes i come across with the same , but when i try again with another account (login google chrome with other email), it works great on the android and won't crash :)

  • @noobyxviii
    @noobyxviii 3 года назад +1

    where is the .buildozer directory?

  • @peterdavids31
    @peterdavids31 2 года назад +1

    Hello, this worked but my app uses modules other than Kivy, and when converted to APK, the file cannot import these modules. How do I fix this? Thanks in advance.

    • @hamzaerensarpdag4447
      @hamzaerensarpdag4447 2 года назад

      Open the builder.spec file, there is a module section inside. If you write the module you use and the modules used by your module in that part, it will work.

    • @hamzaerensarpdag4447
      @hamzaerensarpdag4447 2 года назад

      You can see what the module is using by typing 'pip show [module name]' in cmd. I hope I have helped.

  • @codingwithchaarumithra3613
    @codingwithchaarumithra3613 3 года назад

    all first Sir

  • @MyMelanesia
    @MyMelanesia Год назад

    I tried using this but for some reason it is not working. I wrote my program in Python 3.11.4, Kivy 2.2.1 and Kivymd 1.1.1

  • @oydeteros5850
    @oydeteros5850 2 года назад +1

    Perfect!

  • @trixualz219
    @trixualz219 Год назад +1

    legend

  • @mohammadnabeel7906
    @mohammadnabeel7906 Год назад

    I wrote code for an application, but it did not work for me. There are no errors in the python file and it works fine on the desktop, but when converting it to colab it does not work. Can you help me please!!

    • @gauravkumarjain
      @gauravkumarjain  Год назад

      you may contact me on my cell/whatsapp +91-9891665634

  • @shivamdubey4783
    @shivamdubey4783 2 года назад +2

    sir can we use deep learning and machine learning models also with colab and convert it to apk

  • @user-io5kz6lq4x
    @user-io5kz6lq4x 2 года назад

    Please help! I managed to create an apk (kivy/python) using Coollaboratory and it works, but the Android device cannot install subsequent versions created in another session to the previous one, even if nothing changes in the code. APK versions are compatible only if created within the same session. How can I organize the apk update on the device?

    • @gauravkumarjain
      @gauravkumarjain  2 года назад

      You may contact me on my WhatsApp 9891665634 for availing coding classes facility

  • @jagrutipatil4836
    @jagrutipatil4836 2 года назад +1

    i did not get apk

  • @rishabhshah9631
    @rishabhshah9631 3 года назад +1

    My apk file is not opening neither in desktop nor in mobile please help

  • @mithunharikumarm5658
    @mithunharikumarm5658 3 года назад +1

    Sir ...plss send the link for creating calculator

  • @zsuzsannamullner-somlai4537
    @zsuzsannamullner-somlai4537 3 года назад +1

    Hi! Thanks for your video. Somebody wrote this and I have the same problem: 'I got the generated apk file but when I installed it on my phone, the app crashed and closed..it shows loading and then closes.. ' Could you please help me? I tried it with several codes but this happened in all cases.

    • @francescoromano5863
      @francescoromano5863 3 года назад +1

      crashes on mine too

    • @zsuzsannamullner-somlai4537
      @zsuzsannamullner-somlai4537 3 года назад +2

      @@francescoromano5863 Hi! I just remain at using Java. :-) I gave it up with Python. Python is not improved for this goal / purpose. I accepted this fact. :-)

  • @tlzsp0843
    @tlzsp0843 2 года назад +1

    Everything i done correctly except I forgot to add file

  • @norahjane4137
    @norahjane4137 2 года назад +1

    YOU DID NOT SHOW THE REUSLT

  • @brian_wvlogs9368
    @brian_wvlogs9368 Год назад

    help me, This buildozer version requires a python-for-android version with AAB (Android App Bundle) support. Please update your pinned version accordingly.

  • @ananthus4
    @ananthus4 Год назад

    Can you please help me to finish my final year project using kivymd

  • @mphikelelimkhize8650
    @mphikelelimkhize8650 3 года назад +1

    Thank You Very Much It WWWOOOORRKKKEEEDDDDDDDDDDD!!!!!!!!
    Met a few errors along the way on d) but nothing a (!sudo apt-get update) couldnt fix)
    Didnt even know this was possible!!
    Thank You Very Much I Subscribed!!!!!

  • @toufiqulislam8575
    @toufiqulislam8575 3 года назад +3

    Hello Sir,
    Is it possible to make an iOS app from here i.e. Converting Python Kivy to an iOS app using Google Colab?

    • @BlyatifulButter
      @BlyatifulButter 2 года назад +3

      @@rolando1259 and you need to do it on a Mac too. Now I see why most developers don't like Apple

    • @rolando1259
      @rolando1259 2 года назад +1

      @@BlyatifulButter Easy to set and develop hard to distribute

    • @BlyatifulButter
      @BlyatifulButter 2 года назад +1

      @@rolando1259 exactly. "Hard to distribute" is the term I'm looking for. Windows and Linux's terminals have packages that can compile Python scripts into an .apk in like 5 lines of code. Hell, you can even develop iOS applications there with VirtualBox. Meanwhile, Macs can only make iOS apps and as far as I know, there is no Linux terminal support or Virtual Machine support (natively) for Mac, and even then, you have to get a valid license, unlike when compiling .apk files, where the ToS/TaC pops up and you simply click "Accept", free of charge. Apple sucks generally.

  • @vishwanathtigadi6689
    @vishwanathtigadi6689 Год назад

    gaurav, I keep getting error.... it says cython not installed/failed

  • @varunbharadwaj2091
    @varunbharadwaj2091 3 года назад

    i) !buildozer android clean, sir what is this used for?

  • @A_X_E_L_L
    @A_X_E_L_L 3 года назад +1

    thumbnail : build with python tutorial #12

  • @dipalipatil6796
    @dipalipatil6796 11 месяцев назад

    unable to build apk. facing an error on this command (!buildozer -v android debug) Error : configure:8578: error: possibly undefined macro: AC_PROG_LIBTOOL
    autoreconf: error: /usr/bin/autoconf failed with exit status: 1. I installed libtool, still its not working. Can you help me to resolve this issue?

    • @gauravkumarjain
      @gauravkumarjain  11 месяцев назад

      You may contact me on my WhatsApp number 9891665634

  • @SamarthDhuwe-fr5ge
    @SamarthDhuwe-fr5ge 6 месяцев назад +1

    Only I know Calculator is builed by chatgpt 😂😂😂

  • @rochak8073
    @rochak8073 3 года назад +3

    two more commands need to change kivy app into apk.

  • @mass_editzz._
    @mass_editzz._ 5 месяцев назад

    How to add app logo

  • @maddypatil9491
    @maddypatil9491 10 месяцев назад

    hello sir ..I got the buildozer error while running on the google colab on !buildozer android debug .... please give me the solution for this

    • @gauravkumarjain
      @gauravkumarjain  10 месяцев назад

      You may contact me on my WhatsApp 9891665634

  • @rusensarac6217
    @rusensarac6217 Год назад

    !buildozer -v error in android debug There is an error on the site, can you help me?

  • @user-in5td9kn8g
    @user-in5td9kn8g Год назад

    E: Unable to locate package libffi6
    sir i am getting this above error
    can you please help me out?

    • @gauravkumarjain
      @gauravkumarjain  Год назад

      you may call me on my number +91-9891665634 and tell me your issue

  • @jagp9642
    @jagp9642 Год назад +1

    you don't ned KV file?

    • @MrTaken-tl4bw
      @MrTaken-tl4bw Год назад +2

      nop kv files are optional, you can use python syntax to define your layout or use it in load.string method. HOWEVER, .kv file is the best programming practice

  • @Henry_Nunez
    @Henry_Nunez 2 года назад +1

    Esto es en windows ?

  • @RishiGaminglivestream
    @RishiGaminglivestream 3 года назад +1

    bro itna bada video kaam ki chiz dhundni pad rhi hai faltu chize bta rhe ho shuru me

  • @vikaskatla3336
    @vikaskatla3336 3 года назад +1

    can i use simple python code and convert into apk

  • @misterjanedo9761
    @misterjanedo9761 3 года назад +1

    ty sir

  • @mohammadforhad6006
    @mohammadforhad6006 3 года назад

    If i want to develop a new app and convert it to an apk file, is it the first time that i have to download a bulldozer?

    • @jromemisamin5802
      @jromemisamin5802 3 года назад

      Yes , buildozer set the app's requirements etc to run on Mobile

  • @rosarioguastella4350
    @rosarioguastella4350 3 года назад

    Grazie, peccato non poter creare Apk in locale con chromebook!

  • @richardolmedo2513
    @richardolmedo2513 Год назад +1

    hellpp meee, lthe literal e I get this:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libffi6
    When I run the code, I only get those 4 lines

    • @gauravkumarjain
      @gauravkumarjain  Год назад

      you may contact me on my cell/whatsapp +91-9891665634

  • @pariarafati21
    @pariarafati21 3 года назад

    Your file was a kivy file right?

  • @mphack8649
    @mphack8649 3 года назад +1

    please help 🥺

  • @user-re6id3bb1w
    @user-re6id3bb1w Год назад

    My app crashing on Android

  • @hank03ma
    @hank03ma 11 месяцев назад

    Is this still valid now?

  • @wyndhamwoo2851
    @wyndhamwoo2851 3 года назад

    Please answer.