beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
21 stars 22 forks source link

`Template does not support 3.9` each time creating android project #26

Closed nishatme closed 3 years ago

nishatme commented 3 years ago

Using app template: https://github.com/beeware/briefcase-android-gradle-template.git
Template does not support 3.9```
This message appears after `briefcase create android`.
paulproteus commented 3 years ago

Hi @nishatme ! I think we don't have an Android build for 3.9. Consider switching your Python virtualenv to use 3.7 or 3.8, and then this should work smoothly for you.

freakboy3742 commented 3 years ago

This has now been resolved; Python 3.9 support has been added.