Buildozer Package Available For Installation Or Update Error
This is the display that I am getting when building my Android app. please help! Packages available for installation or update: 3 id: 1 or 'tools' Type: Tool Desc: Androi
Solution 1:
i went into the same trouble. Actually buildozer seems to do the update, just not saying that it does.
So just wait:)
Solution 2:
Python 3 does not support except Foo, bar
but only except Foo as bar
. So buildozer
seems to contain a library which is not compatible with Python 3.
Better contact the developer of buildozer - that will be much more helpful to both you and that tool than posting about it on SO.
Post a Comment for "Buildozer Package Available For Installation Or Update Error"