Hey this worked great thanks a lot. Been messing around with buildozer on my mac for 2 days now with no success but this worked for me! How do you debug I want to run logcat is this possible?
My app converted to apk. But it doesn’t open on my phone. Everytime it just crash. But it works fine on pc. I used builder method to make this app. And builder's mutliline string is inside the main.py file. I didn’t used main.kv. What do you think about this problem? Should I use main.kv??
@@SpinnTV I create the same sample app as you have in your video. The only thing that I changed in the spec file is, to add kivymd to the requirements. But the apk crashes still. What I missing?
Meus parabéns, ganhou mais um inscrito e foi o único tutorail que acompanhei e que não gerou erro no meu apk...Só tenho uma dúvida, toda vez que eu atualizar meu app eu tenho que rodar todos aqueles códigos novamente para gerar um novo .spec ou uso o mesmo arquivo e posso rodar o código buildozer -v android debug?
I use colab and i have error when i use sqlite database and apk done when i open app in android crashe b4 open i expect error in sqlite path can u help me plz?
Links:
Buidozer:
github.com/kivy/buildozer
pypi.org/project/buildozer/
Google Colab:
colab.research.google.com/
Commands:
towardsdatascience.com/3-ways-to-convert-python-app-into-apk-77f4c9cd55af
towardsdatascience.com/python-for-android-start-building-kivy-cross-platform-applications-6cf867d44612
that helps a lot thank u very much, but it is saying unable to locate libffi6, please tell me what to do
Hey this worked great thanks a lot. Been messing around with buildozer on my mac for 2 days now with no success but this worked for me! How do you debug I want to run logcat is this possible?
Thank You very much for this video!!
Hi, am murat, i have a project, i did and install in my phone, but its not open. İ dont find problems, i need your help
My app converted to apk. But it doesn’t open on my phone. Everytime it just crash. But it works fine on pc. I used builder method to make this app. And builder's mutliline string is inside the main.py file. I didn’t used main.kv. What do you think about this problem? Should I use main.kv??
Hi did u find any solution facing same issues
@@mohamedusuf1 Yeap. U wanna know?
The problem might be your spec file
@@SpinnTV I create the same sample app as you have in your video. The only thing that I changed in the spec file is, to add kivymd to the requirements. But the apk crashes still. What I missing?
@@mariamkhanam4037 I wanna know, please
Meus parabéns, ganhou mais um inscrito e foi o único tutorail que acompanhei e que não gerou erro no meu apk...Só tenho uma dúvida, toda vez que eu atualizar meu app eu tenho que rodar todos aqueles códigos novamente para gerar um novo .spec ou uso o mesmo arquivo e posso rodar o código buildozer -v android debug?
Print("Hello sir!") , i need ur support about my project... i couldn't create my python (kivy) file to apk.. Can i contact with you if is it possible?
Please reply me when i try to open app it automatically closing
Check your spec file
It keeps crashing even though I added ,kivymd to the requirements why is that happening
Thank you so much for this one!
The last step takes a long time with me, is that normal ?
use colab
I created an app using kivy and kivymd with mddatatable.
My app is crashing please help me to fix it
Check the configuration file
sir apk me badalne k bad bhi app open nhi ho raha kivymd ka
kivy ka apk me badal rahi hu to work kar raha hai
English please
I use colab and i have error when i use sqlite database and apk done when i open app in android crashe b4 open i expect error in sqlite path
can u help me plz?
did you add the SQLite module dependence to the spec file?
@@SpinnTV yes i sure add sqllite3 module in requirements spec also not working
I think problem in program path sqlite3
It is showing an error in the code but there is not any. What should I do 😢😢😢😢😭😭😭😭😭😭😭
Share the error on web forums or GitHub, you might get help
Hi, could you help me to convert my kivy app, it doesn't open my app on my phone, I've tried everything in builderdozer and nothing.
Mine too
Bro Images are not including in my android phone and the app icon is not changing please reply soon bro
Follow the examples on kivy website, they help. That may be the problem with path
Hey man how can i see the code in the side of the screen like you have in video while i am coding ?
how can i include a json file to store user data in it?
how to include something like android permissions? eg internet and storage to download images
you have to uncomment in .spec file
It hangs my google collab
Google collab shouldn't hang unless there's a problem with google servers or your browser may be unresponsive because your pc is slow.
@@SpinnTV Yes my laptop is slow. But thanks anyways I used GitHub actions to make it apk.
How I can generate my keystore?
Yeah, try it
thanks soo help!
I tried this way. But the App is crashed on Startup. How can I resolve it? Please help.
Its a common error, just check your bulldozer file.
@@SpinnTV How?
Thanks bro
Any time
How to make app full-screen
the app should be automatically full screen in android device
Hi, I've the same.issue!! When I convert the app is a small window and not full screen. Please could you help us?
I got an error, libffi6 isn't found, gonna try with libffi7.
Edit: EEEEE! IT WORKED!
are you sure u can use libffi7? I cudnt get it to work for myself either