Skip to content
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

Android support #486

Closed
2 tasks
set-soft opened this issue Jul 5, 2023 · 1 comment
Closed
2 tasks

Android support #486

set-soft opened this issue Jul 5, 2023 · 1 comment
Labels
CRT/IoT feature-request A feature should be added or improved. p3 This is a minor priority issue

Comments

@set-soft
Copy link

set-soft commented Jul 5, 2023

Describe the feature

Add support for Android targets

Use Case

The Kivy tool can create portable Python applications that runs on Android.

It uses Python 4 android and buildozer to create the APK.

Proposed Solution

I guess this is something possible because the aws-c-* already compiles for Android, to create aws-crt-java for Android.

But the builder.json config disables android with a comment disabled until we have a reason to support python on android, so perhaps this is a reason ;-)

Other Information

P4A is supposed to support compiling C extensions from sources using recipes. I tried it but faced many problems, the particular way pthreads are handled on Android (cmake fails to detect it) and cross-compiling issues (the ARCH wrongly detected). After reading #444 I realized that this isn't trivial.

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@set-soft set-soft added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 5, 2023
@yasminetalby yasminetalby added needs-review This issue or pull request needs review from a core team member. p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jul 5, 2023
@jmklix jmklix added CRT/IoT and removed needs-review This issue or pull request needs review from a core team member. labels Nov 15, 2023
@jmklix
Copy link
Member

jmklix commented Nov 15, 2023

Sorry, but this is not something that we plan on adding support for anytime soon. Closing this feature request

@jmklix jmklix closed this as completed Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CRT/IoT feature-request A feature should be added or improved. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

3 participants