kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.75k stars 503 forks source link

Set Android min API to 24 #1839

Open Cheaterman opened 4 months ago

Cheaterman commented 4 months ago

Avoids a very common error:

ImportError: cannot import name 'if_indextoname' from 'socket'
T-Dynamos commented 4 months ago

@Cheaterman https://github.com/kivy/python-for-android/pull/3007#discussion_r1592817369

Cheaterman commented 4 months ago

I see, but practicality beats purity, and this has been a thorn in every new user's side for way too long. @misl6 Are there viable alternatives? If not, we should probably bite the bullet and merge this.