Thanks for the video and the troubleshooting, Troubleshooting: - the require for the right version (<a href="#" class="seekto" data-time="70">1:10</a>) - lowercase on filename (<a href="#" class="seekto" data-time="330">5:30</a>) - put only the right stuff in the folder (<a href="#" class="seekto" data-time="1290">21:30</a>) - add the 4 th number in the color palette (<a href="#" class="seekto" data-time="1300">21:40</a>)
@jonasbrinkworse54362 жыл бұрын
Im 6 minutes into this video and already I know about kivy require version problems and filename lowercare problems and how to troubkeshoot them. This is immensely valuable, this could have shot anyone of us down. Truly stackoverflow worthy! Thanks!
@daowiz0013 жыл бұрын
Kivy rocks! It makes the GUI simple to do with the .kv file and it's quite a smooth fit with the native python side. Really cool, I looking forward to mastering it!
@lightenchanted92652 жыл бұрын
me too! im not sure if i want to do game development or app development, but if i do end up doing app then ill definitely start with kivy!
@JRis44 Жыл бұрын
Hows the development going? You guys create anything since??
@daowiz001 Жыл бұрын
@@JRis44 yes! Plenty. Working on an interface for an app right now, kivy rocks.
@kngaming5671 Жыл бұрын
@@daowiz001 😲
@jhesterdeleon84262 ай бұрын
planning to master it as well is it still worth it?
@gx3mz3 жыл бұрын
This is literally the first time i know this is possible
@nocopyrightgameplaystockvi2313 жыл бұрын
Kivy seems to better than PyQT and Tkinter, as OpenGL accelerations provides possible speed up. I use a Linux VM on my windows machine and can easily make apk files out in minutes, using Kivy. The Doc is also good.
@brimward1223 жыл бұрын
@@nocopyrightgameplaystockvi231 do you know how to fix "unable to get window, abort" error?
@srpcdgaming2 жыл бұрын
same
@KimJovanne-vb4mc Жыл бұрын
Me too bruh
@Shariff66 Жыл бұрын
Yeah...me too
@nineoneone66513 жыл бұрын
Can't wait for more vids with kivy
@muthurubant58123 жыл бұрын
Me too... 🤩🤩
@zombiekiller71013 жыл бұрын
Same
@gus.stviaaa3 жыл бұрын
Definitely need more vids for Kivy
@mirolimturgunov68853 жыл бұрын
I agre you
@zombiekiller71013 жыл бұрын
Yes
@LilRaspy3 жыл бұрын
Agree
@gabhadiya546011 ай бұрын
Wow even my lecturer at university failed to explain like this, you have demystified everything thank you
@rontarrant Жыл бұрын
Thanks. I've tried off and on for a few months to get from Python/Kivy to Android and this finally got me there. Grateful!
@ajayjoseph8722 Жыл бұрын
Please make more videos, windows, web?, ios, and android packaging. Your instruction is the only instruction that actually works and I have managed to package it. Just remaining to test it on an android phone. It took me exactly 1/2 hr to finish the initial installation process.
@DrCrowie2 жыл бұрын
<a href="#" class="seekto" data-time="655">10:55</a> Its actually not necessary to explicitly call the default superclass __init__ like that unless you are not using the default as its done implicitly
@FauziNomad10 ай бұрын
Hi there, i at first got a blank screen on running the program at <a href="#" class="seekto" data-time="589">09:49</a> mark of your video but then shifting the .kv file to the root of the project folder did the trick for me. thanks for the awsome tutorial.
@tmh90363 жыл бұрын
I've learnt so many new python stuffs from watching your videos dude! Would you consider making this a series?
@peschebichsu3 жыл бұрын
Great video, I'd like it a lot to see more advanced kivy apps from you!
@IgorZyden Жыл бұрын
How about to make video about adding in-app purchases by Kivy and uploading then to Google Play ?
@harmanjeetsingh88643 жыл бұрын
Finally a better tutorial on kivy Loved your videos 👍 I don't comments on KZbin but your videos make me now you can see hoe much python developer needed this video 👍
@diolenlite80123 жыл бұрын
Loved it.... Followed all your steps and was able to build my first python app successfully!
@OmidAtaollahi2 жыл бұрын
can you provide some info about the downsides or limitations or drawbacks of using kivy instead of native android apps (java and kotlin)? We all know about the benefits of using kivi, I was just curios about the downsides.
@GlenSwan3 жыл бұрын
@ NeuralNine It takes a long time in WLS because the speed between WLS and your mounted C drive is slow. If you port your source to the local disk in WLS, it will run 100x faster.
@info-prog2 жыл бұрын
i have done everything until at <a href="#" class="seekto" data-time="570">9:30</a> when I run the app, I get a black window without anything, no text neither button.
@seanriley72012 жыл бұрын
Thanks NeuralNine! Great video, helped me to finally make my first Kivy app for Android. For a noob like me, it would be helpful to go through each step slowly and give a little theory on stuff like root and self etc. Overall, I give this video AAAA++++
@eugenmalatov5470 Жыл бұрын
Exactly. When he used root in the kv file I really wondered if I had missed something
@Altohamy3 жыл бұрын
you need linux system to create android app using kivy, how youd compile the app using windows?
@carstenjensen3123 Жыл бұрын
Great. Awesome. I want more android with python tutorials. Please continue down this path.
@wiz23982 жыл бұрын
Your videos are too simple explained which makes easy to follow. 😍 But your videos come too late plz be more active on KZbin so we can learn more from you.
@utsavnagda4136 Жыл бұрын
Amazing quality of the video! Very well made! Hats off!
@xzex2609 Жыл бұрын
Question : why you still in python 3 ,call super like super(classname,self).__init(**kwargs) ? shouldn't we just use super().__ ....? I know the documentation of the kivy use this way , but in documents of python 3.11 the super().__method__ has not a single example like that, is it just habit or these two statements has a different functionality ?
@saschahahn89942 жыл бұрын
<a href="#" class="seekto" data-time="1289">21:29</a> Rip to everyone who were doing everything right as he explained xD
@adamfatyga79772 жыл бұрын
Hi. I have problem with that. When i want to create an apk i recive and error "FileNotFoundError: [Errno 2] No such file or directory: '/home/.../bin/pyton3'
@thedevnoteyt3 жыл бұрын
Please make a full series on Kivy
@NeuralNine3 жыл бұрын
I won't make a series, but I can do more projects if this video does well
@LearningMindGames3 жыл бұрын
@@NeuralNine pls pls make a video on how to use camera and microphone with kivy
@mimurajam15013 жыл бұрын
Thanks a lot for the video, i would love to watch more kivy projects
@zombiekiller71013 жыл бұрын
He can read your mind lol🤣
@_SahilShah3 жыл бұрын
This one was a very descriptive & excellent tutorial I've watched definitely looking forwars for more such android app development tutorials on python & also here you gain one more subscriber!🙌🏼
@jessicamorris80352 жыл бұрын
Thank you for giving valuable information on the Android app development using Python Kivy. Keep sharing more details about App development.
@kewartoscar89132 жыл бұрын
Thank you for simplifying android app development with Kivy.
@princejamespugado60502 жыл бұрын
looks good... I wonder how can I fit customized mobile app... Could you know what could be the reason of unfitted window? Is it the window.size should I remove?
@MananGandhi3 жыл бұрын
Wanted this for sooooo long 😁
@NeuralNine3 жыл бұрын
now you got it :)
@zombiekiller71013 жыл бұрын
Same :)
@fcf82692 жыл бұрын
Thanks for the tutorial, really straightforward and simple to follow. I assume there is no way to mix up the python code with java libraries, right?
@o1techacademy Жыл бұрын
This Kivy is powerful. Thank you for the tutorial. Can Kivy stand as a substitute to Java and Kotline in android development?
@kaskilelr3 Жыл бұрын
I manage to get through every step, but when I try to install the app on my phone, it crashes on startup. What could be the issue, or - if it could be anything - how can I trace the issue?
@kasperchristensen84162 жыл бұрын
Thank you SO much for this tutorial! Just what I was looking for. Cheers from Denmark 🍻
@typecz4369 Жыл бұрын
Does linux system work on windows 11?
@Sachin-hk9ed Жыл бұрын
it is failing for me at 'buildozer -v android debug'. The error message is /usr/bin/tar: SDL2_image-2.6.2/Xcode/macOS/SDL2.framework/Resources: Cannot create symlink to ‘Versions/Current/Resources’: Operation not permitted. I am using AMD Ryzen7 Ubuntu 22.04
@itzsid420693 жыл бұрын
how to put multiple buttons and other controls on the form and what about their placement. Is there a GUI for kivy
@abtasamk85253 жыл бұрын
Ooh u did it bro... Finally waiting ended
@CarChroniclesChannel8 ай бұрын
Thanks for the great tutorial bro, can l ask how l can make the app communicate with my backend program and update it without needing to install a new updated up?
@zwinzee4655 Жыл бұрын
Keep it up! This video is so amazing quality! More python app development videos❤
@vishnubalaji95002 жыл бұрын
How to specify additional files in buildozer like cvs or txt or even Excel files that can read or written or appended by python kivy files
@JarppaGuru2 жыл бұрын
<a href="#" class="seekto" data-time="960">16:00</a> no problem. windows have WSL. so lets write python on linux console with nano AWESOME. what linux desktop?
@giovannialeman66193 жыл бұрын
I cant even install Kivy. Says exit status ! ERROR: Could not find a version that satisfies the requirement kivy_deps.gstreamer_dev~=0.3.1 (from versions: none) ERROR: No matching distribution found for kivy_deps.gstreamer_dev~=0.3.1
@himanshuranjansingh61343 жыл бұрын
loved the video!! but having a hard time finding real applications using kivy framework.....can u guys suggest some popular apps using kivy??
@filiplaszczak78443 жыл бұрын
There's no popular apps in kivy. KV language is weird, so no one write in this.
@nocopyrightgameplaystockvi2313 жыл бұрын
Kivy is uncommon for android Apps, unless you are working with Machine Learning to quickly make your apps usable on Android. Also, apps over Interpreted languages aren't just good. You can make them work, but Java or C#(easier) makes better sense(now easier to learn), and it takes minutes to make your own libraries, modules and classes.
@Machiuka Жыл бұрын
I have a question. You mentioned to make a subfolder with our app. In this subfolder must be included also the .venv folder? Thank you!
@evgeniaslivko812011 ай бұрын
Hello, @ NeuralNine what if Python project contains custom libraries and virtual environment, should all be in the same folder for compiling?
@jimmyrokz2 жыл бұрын
Just amazing and brilliantly explained. I am trying to call my brokers trade APIs in regular python. How can I convert that into an android app? I want to write data to a text file - the live feed data received when the markets are open. Please make a finance video for the same which has complex API calls, live tickers, etc.. It would be of great help.
@LuxurioMusic2 жыл бұрын
Just a heads up, when I tried running buildozer, I got a error regarding "LT_SYS_SYMBOL_USCORE", and had to install libltdl-dev to get it working.
@Switch620 Жыл бұрын
Thanks!
@kumu20242 жыл бұрын
Would you please answer if python can use bluetooth on android? and how? Several days I am trying to find a solution without any results.
@StephenYavorski Жыл бұрын
how did you get the suggested words to pop up when typing up the kivy file? when I followed along, it didn't pop up while also using PyCharm
@2ndpower22 жыл бұрын
My file isn't saving as a .kv file in my PyCharm , Should I read the Kivy documentation or is there a fix
@python46923 жыл бұрын
Bro waiting other Kivy tutorials. Nice work! Everything is clear as usual. Do more videos for Kivy
@vics39732 жыл бұрын
i can t change the directory im navigating in on the wsl terminal
@Tremerlin Жыл бұрын
damn this is the first video i watched on learning kivy. thanks man i understood it all lol
@mirolimturgunov68853 жыл бұрын
Assalam alaykum Owner of NeuralNine I watch your videos from Uzbekistan🇺🇿 thanks So much for all of your videolessons Wen I watch your videos I can lern a lot of knowladge
@ahmadsystems35603 жыл бұрын
Hi I am new to both python and kivy. I have created my first kivy python application. i created the apk file using buildozer. Then i installed my apk file in mobile and tried to open. I got the loading text with kivy logo but the app is closed immediately. Could you please help me out on this.
@rittol2365 Жыл бұрын
The docs are confusing me, they said to copy it to the wsl directory and you did the mount, does this cause any side effects that are worth noting?
@aymancassim89443 жыл бұрын
Ok so I have a problem, when i run the app, its says "Not Responding". What can I do to solve that?
@NeuralNine3 жыл бұрын
that's very unspecific
@tcgvsocg14583 жыл бұрын
Excellent ! Please do a video for android app in python can random reasearch on browser
@abdullahyousef35963 жыл бұрын
Why does it not run when I try to run it on my phone, but it does on my laptop.
@gainsandgrowthSA5 ай бұрын
The term 'pip' is not recognized on my cmd
@akki11ify3 жыл бұрын
Just started learning python and it would be great if you could show how any python code can be converted to an Android app like the calculator, sudoko or the stock market one .. just showing us how any python code can be converted to Android app or iOS app
@anzwertree2 жыл бұрын
Did you ever figure this out?
@swastikdasgupta43732 жыл бұрын
I get stuck in the same error all time. There is not a single error in the code but it still runs the code
@lovermonkey2 жыл бұрын
Thank you for the video. if I have my kv file integrated into my python file, do you think buldozer will still be able to convert it?
@alioudiouf68053 жыл бұрын
For your installations, you can use a venv
@gandi_baatein3 жыл бұрын
Which environment are you using
@ByteGeniusHub Жыл бұрын
Really helpful. Please do more videos on this❤
@ayhemahmed7462 Жыл бұрын
Can I do it with customtkinter? instead of kivy
@fabricenade99823 жыл бұрын
I love all videos you make It's always Awesome, I learn a lot thanks to you 🌟👌
@kn99873 жыл бұрын
Hi, i compiled a app as shown, but its crashing after splash image, what could be the cause ?
@leex77763 жыл бұрын
Nice. More of this pls :) A more complex App would be nice (with database etc..)
@leex77763 жыл бұрын
I also tried to use the yahoo-fi import. But this is also not working on android for me. Maybe this would be a good example to build. Just one of your other vidoes about that with kivy :)
@hopi99273 жыл бұрын
Can you make series video from absolute beginner to advance ?
@florida1733 жыл бұрын
Looks like WSL Ubuntu doesn't allow for the git clone part during `buildozer -v android debug`. Might need to use an actual linux, or at least VM
@mr.ph4ntom6642 жыл бұрын
help when i launch the app its just black and nothing happends
@BaMBOO-F0rest2 жыл бұрын
Will it works without any UI i mean it's only a python script that display Hello World without using Kivvy. But the format is .APK not .PY
@genuine6433 жыл бұрын
Python coding to connect gps and motors to any rasberry pi Or jetson nano... Pls bring something like this.
@MatXrix Жыл бұрын
Is it possible to configure the app to run on CIRCULAR android smartwatch? BTW: really cool tutorial!
@sarangh53 жыл бұрын
Want big projects on pythons android app , please make video Android app with function.. Thanks keep growing....
@muthurubant58123 жыл бұрын
Which pulgin you have used to work with kv file
@JarppaGuru2 жыл бұрын
<a href="#" class="seekto" data-time="186">3:06</a> you dont need write from kivy first just write line and you get line saying hey i not understat. then you can 2.mouse click and import that lol. thats why IDE? lol
@berni23453 жыл бұрын
I've been trying to make an android app that takes pictures but failed, if you could, it'would be great
@fusionfuryx3 жыл бұрын
Could you please make a video on how to install and optimize the WSL
@ramamurthi7939 Жыл бұрын
Like your videos. Learned a fair bit. You have a talent for teaching
@Tuoc_Nguyen10 ай бұрын
When I built it for offline use, it was ok, but when I changed the program to use the web, the program quit.
@tedi0us903 жыл бұрын
thank you soo much for using windows too, I always find that most people use linux and I have no experience there.
@ShazadArshadMusic3 жыл бұрын
Marvelous video, I came across one issue in making a .kv file in Pycharm
@JarppaGuru2 жыл бұрын
<a href="#" class="seekto" data-time="32">0:32</a> genious there is terminal on pycharm xD and no need install just write import kivy if it shot line under 2. mouse click and install oh oh. thats why use IDE? otherwise notepad + terminal like good old days. i mean yesterday xD
@rittol2365 Жыл бұрын
Also since you installed kivy globally how do you cleaning remove from system if you get problems with dependencies later on?
@rittol2365 Жыл бұрын
cause I heard pip uninstall isnt always the best
@spartanapela2 жыл бұрын
Very useful video. Excellent presentation! Thank you!
@NivaanBaruah-y9b6 ай бұрын
Hi! When I clicked on run, the neural random file opened, but then I could only see a black screen. Please help!
@madhav.s27073 ай бұрын
late rely but.. check if your .kv file and python file are in the same folder
@NivaanBaruah-y9b3 ай бұрын
@@madhav.s2707 Okay .. Will try .. thanks mate👍
@thepaulcraft9573 жыл бұрын
Ich arbeite im Moment selber an ner App, allerdings hab ich da ne flask Website genommen und dann in ner Android App angezeigt
@NeuralNine3 жыл бұрын
auch gut ^^
@lucasrodrigues97663 жыл бұрын
Sehr interessant
@thepaulcraft9573 жыл бұрын
@xilno ne den Teil hab ich mit Java und Android studio gemacht, das ist allerdings ziemlich wenig Java.
@Drop_Xp Жыл бұрын
for some reason its not working for me i keep getting an error saying that the module wasnt found can anyone help?
@OhiorhenuanCyrus-wf2ls Жыл бұрын
When I run buildozer -v android debug it is giving me error I need help
@arpeethluniya Жыл бұрын
Helo sir I'm not able to get into the buildizer spec. Using the nv command in ubuntu
@valeriapazmunoz17485 ай бұрын
did u manage to use it? the nv command?
@allannortje64402 жыл бұрын
I subscribed and liked please don't stop educating us !
@abhishekchaudhari6367 Жыл бұрын
I am getting following error # Check configuration tokens Unknown command/target android Please guide me to fix it