-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Building for Android #112
Comments
You have to use a newer Python 3 for Android build, these days it should be
possible to just use normal CPython sources without any patches.
vitoller <[email protected]> schrieb am Sa., 15. Feb. 2020, 08:04:
… Hello,
I am trying to compile a pyotherside project for Android.
My steps:
- Following the guide at docs/index.rst "Building for Android"
- I failed at cloning python3-android: "git clone --branch fixes
https://github.com/thp/python3-android"
Is the guide correct?
Is there another guide / method for building Android Apps?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#112?email_source=notifications&email_token=AABBASIHGEVHALNGR2T5VZDRC6HWRA5CNFSM4KVV3ZI2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4INYA73A>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABBASKGVXSTHK52KSLMXHDRC6HWRANCNFSM4KVV3ZIQ>
.
|
I am having difficulties making pyotherside for android work. I also followed the instructions "building for android" using this: https://github.com.cnpmjs.org/yan12125/python3-android I can not understand why this is happening: E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libpython3.9.so.1.0" not found I would very much appreciate any hits or help on how to solve this. I have been trying to figure it out for a while to the best of my abilities. |
I got the same error as libpython3.9.so.1.0 . I renamed libpython3.9.so to libpython3.9.so.1.0, the result was the same. I tried symlink, it didn't work. I don't know how to manage binary files. Any idea? I think PyOtherSide doesn't clash on Andrpid. I still use gpodder for Android , it works very stable. |
If you figure out how to build an app, I would appreciate it if you could write a recipe on how to build it. Ideal would be a project similar to python-for-android which builds a pyotherside app |
Hello,
I am trying to compile a pyotherside project for Android.
My steps:
Is the guide correct?
Is there another guide / method for building Android Apps?
Thanks
The text was updated successfully, but these errors were encountered: