Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App built with buildozer does not open on android #356

Closed
bbatth opened this issue May 18, 2016 · 3 comments
Closed

App built with buildozer does not open on android #356

bbatth opened this issue May 18, 2016 · 3 comments

Comments

@bbatth
Copy link

bbatth commented May 18, 2016

Hi,

I was working on an app which stores some data in kivy json storage. It works fine on desktop testing. When I deployed it on android, the app refuses to open.

Do I need to specify json call in buildozer.spec file?

Please help.

Thanks

@redfast00
Copy link

Can you give the buildozer.spec / source code?

@bbatth
Copy link
Author

bbatth commented May 18, 2016

In python code I am using below:

from kivy.storage.jsonstore import JsonStore
store = JsonStore('score.json')

and then I am putting some value to store and getting the value from store. It works fine on desktop.

The buildozer.spec file is normal one, I added nothing specific to json in there.

@bbatth
Copy link
Author

bbatth commented May 18, 2016

This issue can be closed.

I have resolved it by adding below to buildozer.spec file:

(list) Source files to include (let empty to include all the files)

source.include_exts = py,png,kv,json

@kived kived closed this as completed May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants