-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for androidx #2020
Comments
It's starting to be quite a priority, in order to support the latest features on Google Play Services. |
Insert this block as the last item in the android{} block:
And if like me you are using "androidx.core.content.FileProvider", in buildozer.spec add: Other androidx classes may be in other packages https://maven.google.com/web/index.html This requires android.api=28 or greater I have used this to build and run an app implementing Android's file sharing feature. |
Fixed via #2385 |
AndroidX is a new set of libraries that replaces the old Android "supports" libraries, and more.
We don't use supports libraries directly (if i recall correctly), but to activate
androidx
package, it requires a new file namedgradle.properties
with:The text was updated successfully, but these errors were encountered: