Results 470 comments of Malcolm Smith

`template` should simply be a string, not a list.

We'll release a new version of Chaquopy within the next few days, which will resolve the PEP 517 issue.

The PEP 517 issue was fixed in Chaquopy 14.0.2. To upgrade, edit your app's top-level build.gradle file and change the version number of `com.chaquo.python`. Or if you prefer, you can...

> Or if you prefer, you can wait a few days for the next Briefcase release, which will allow you to upgrade Chaquopy automatically by running `briefcase create android`. Briefcase...

> it was built successfully, but the app still has error related to bleak porting. So in addition to the steps you have mentioned above, there might be some more...

I don't think there are any binary requirements involved here, at least not yet. You'll just need to work out why Bleak isn't choosing the Android backend (maybe it's checking...

Ideally it would be possible to use the existing Android backend with minimal changes, rather than creating a whole new one. And it looks like you've found the reason why...

If [my list above](https://github.com/beeware/beeware/issues/181#issuecomment-1386121005) is reasonably complete, it should be possible to generalize the current backend so it works with both Kivy and BeeWare.

Please post the full stack trace.

> ~`from jnius import PythonJavaClass`~