fixed android app crashing issue

This commit is contained in:
navjot 2020-04-16 21:31:02 +05:30
parent 23a8ab2c19
commit cdf6cbad8f
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
2 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,7 @@ android.ndk = 17c
#android.add_activites = com.example.ExampleActivity
# (str) python-for-android branch to use, defaults to stable
p4a.branch = master
p4a.branch = release-2019.07.08
# (str) OUYA Console category. Should be one of GAME or APP
# If you leave this blank, OUYA support will not be enabled

View File

@ -1,6 +1,5 @@
"""This module is for thread start."""
import state
from bitmessagemain import main
if __name__ == '__main__':
state.kivy = True