converting my code to android

94 views
Skip to first unread message

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:18:00 AM3/9/20
to Kivy users support
i am unable to debug my code to android application please help me

i have tried kivy launcher app is not opening

help me

Anoop Rana

unread,
Mar 9, 2020, 7:21:36 AM3/9/20
to kivy-...@googlegroups.com
Is your code working on pc?
If yes then these are next the steps:
1)buildozer init
This command will create a buildozer.spec file in your current directory.You can change any info inside that file if you want.
2)buildozer android debug

This command will generate the APK for Android.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/a34a8797-a34a-4a3f-a929-9f39fa715ab9%40googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:24:56 AM3/9/20
to Kivy users support
my code is working on pc


On Monday, March 9, 2020 at 4:51:36 PM UTC+5:30, Anoop Rana wrote:
Is your code working on pc?
If yes then these are next the steps:
1)buildozer init
This command will create a buildozer.spec file in your current directory.You can change any info inside that file if you want.
2)buildozer android debug

This command will generate the APK for Android.

On Mon, 9 Mar 2020, 16:48 Dheeraj Reddy Kondakindi, <dheeru...@gmail.com> wrote:
i am unable to debug my code to android application please help me

i have tried kivy launcher app is not opening

help me

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.

Anoop Rana

unread,
Mar 9, 2020, 7:26:23 AM3/9/20
to kivy-...@googlegroups.com
Have you installed kivy?
And buildozer?

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/6699da8b-80e4-4f41-bf36-bacd946c0f2d%40googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:28:38 AM3/9/20
to Kivy users support

On Monday, March 9, 2020 at 4:54:56 PM UTC+5:30, Dheeraj Reddy iKondakindi wrote:
my code is working on pc
when i tried to convrt to apk 
# Check configuration tokens
Unknown command/target android

please help me resolve the issue 

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:30:45 AM3/9/20
to Kivy users support
i have installed kivy and buildozer but i am unable to get it

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:38:07 AM3/9/20
to Kivy users support
can u give me ur number or mailid so that i can contact u please


On Monday, March 9, 2020 at 4:51:36 PM UTC+5:30, Anoop Rana wrote:
Is your code working on pc?
If yes then these are next the steps:
1)buildozer init
This command will create a buildozer.spec file in your current directory.You can change any info inside that file if you want.
2)buildozer android debug

This command will generate the APK for Android.

On Mon, 9 Mar 2020, 16:48 Dheeraj Reddy Kondakindi, <dheeru...@gmail.com> wrote:
i am unable to debug my code to android application please help me

i have tried kivy launcher app is not opening

help me

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.

Anoop Rana

unread,
Mar 9, 2020, 7:40:15 AM3/9/20
to kivy-...@googlegroups.com
You can mail me @this id .
How are you trying to convert your code to APK?
I mean What commands are you doing?

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/0c41d3f4-4975-4f33-9016-c0c6bc29fd5c%40googlegroups.com.

Anoop Rana

unread,
Mar 9, 2020, 7:41:20 AM3/9/20
to kivy-...@googlegroups.com
Can you share your code or part of the code? Is your code written correctly ?

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:46:06 AM3/9/20
to Kivy users support
i am able to run my code on pc with out any errors
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+unsubscribe@googlegroups.com.

Anoop Rana

unread,
Mar 9, 2020, 7:49:20 AM3/9/20
to kivy-...@googlegroups.com
Try converting this code:

from kivy.app import App
from kivy.uix.button import Button

class TestApp(App):
    def build(self):
        return Button(text='Hello World')

TestApp().run()

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/b5b370b0-f873-41e6-8212-df4f46837700%40googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:53:24 AM3/9/20
to Kivy users support
these are my code photos



--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/a34a8797-a34a-4a3f-a929-9f39fa715ab9%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+unsubscribe@googlegroups.com.
Screenshot (109).png
Screenshot (110).png
Screenshot (111).png
Screenshot (112).png

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:55:16 AM3/9/20
to Kivy users support
i am unable to use buildozer after spec file 
it is giving an error command not found

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.

Anoop Rana

unread,
Mar 9, 2020, 7:55:38 AM3/9/20
to kivy-...@googlegroups.com
Send screenshot of error also

On Mon, 9 Mar 2020, 17:23 Dheeraj Reddy Kondakindi, <dheeru...@gmail.com> wrote:
these are my code photos

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/a34a8797-a34a-4a3f-a929-9f39fa715ab9%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/60302aa9-530c-48b0-98c1-3b4e7956f5fc%40googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:56:59 AM3/9/20
to Kivy users support
can i know how r u converting ur kivy code

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:58:46 AM3/9/20
to Kivy users support


On Monday, March 9, 2020 at 5:25:38 PM UTC+5:30, Anoop Rana wrote:
Send screenshot of error also

On Mon, 9 Mar 2020, 17:23 Dheeraj Reddy Kondakindi, <dheeru...@gmail.com> wrote:
these are my code photos

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/a34a8797-a34a-4a3f-a929-9f39fa715ab9%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
Screenshot (113).png

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 7:59:56 AM3/9/20
to Kivy users support
ss of my error

Anoop Rana

unread,
Mar 9, 2020, 8:05:15 AM3/9/20
to kivy-...@googlegroups.com
I am using Linux and those commands are for Linux.Check corresponding command of buildozer android debug for Windows.

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/9709874d-fe4e-4098-b5fb-1cc4fcc5e60b%40googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 8:09:17 AM3/9/20
to Kivy users support
are u using ubuntu or linux

Anoop Rana

unread,
Mar 9, 2020, 8:18:10 AM3/9/20
to kivy-...@googlegroups.com
Ubuntu

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/027dbf2d-bb4d-4ba7-bc66-85d7420ef5d4%40googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 8:23:08 AM3/9/20
to Kivy users support
buildozer command is not found in ubuntu if i use buiildozer init
Ubuntu

Anoop Rana

unread,
Mar 9, 2020, 8:24:44 AM3/9/20
to kivy-...@googlegroups.com
Maybe there's a typo?
Or have installed buildozer correctly?

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/eb3b2016-d926-4746-bf3a-603fbb83bcc8%40googlegroups.com.

Anoop Rana

unread,
Mar 9, 2020, 8:28:00 AM3/9/20
to kivy-...@googlegroups.com
Check if buildozer is installed correctly using this command:

buildozer --version

Note that there is a space between buildozer and --

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 8:29:47 AM3/9/20
to Kivy users support
can u help me with the commands to install buildozer

i will reinstall them

Anoop Rana

unread,
Mar 9, 2020, 8:34:20 AM3/9/20
to kivy-...@googlegroups.com
What is the output of the above commands ?(buildozer --version)


To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/76f4710c-975e-4f51-80c0-eb95c77305cd%40googlegroups.com.

Dheeraj Reddy Kondakindi

unread,
Mar 9, 2020, 8:42:13 AM3/9/20
to Kivy users support
command not found

Anoop Rana

unread,
Mar 9, 2020, 8:49:03 AM3/9/20
to kivy-...@googlegroups.com
These are the commands to install buildozer:
Step 1) Go to your Desktop directory in terminal
Step 2)type this in terminal:

Step 3) this will take some after completion type this
cd buildozer/

step 4) last command
sudo python3 ./setup.py install

step 4) wait for it to complete and the check if buildozer is installed correctly:
buildozer --version

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/a7876116-76e3-4806-9fd7-0b35fd116a51%40googlegroups.com.

Anoop Rana

unread,
Mar 9, 2020, 8:50:17 AM3/9/20
to kivy-...@googlegroups.com
ALso it will ask for your password  at the 4th step and type your pc password.
Reply all
Reply to author
Forward
0 new messages