-
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
Fixing service_library bootstrap + .aar build. #2612
Conversation
It took a few tries, but the new test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mzakharo,
Thank you, and sorry for the late reply!
Left a couple of minor comments, let me know what do you think about it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
Looks good. Maybe you can write a more generic example, as may also help non-flutter users? |
This CL contains fixes, building service_library bootstrap with aar target. Tested on Android 12. My primary goal was to create a way to use flutter with p4a.
Here is my tutorial on how to marry flutter with p4a:
https://github.com/mzakharo/flutter_with_python_android/blob/main/README.md
Maybe a tutorial like this could be made part of p4a documentation. Comments?