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

Building for Android #112

Open
vitoller opened this issue Feb 15, 2020 · 4 comments
Open

Building for Android #112

vitoller opened this issue Feb 15, 2020 · 4 comments

Comments

@vitoller
Copy link

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

@thp
Copy link
Owner

thp commented Feb 15, 2020 via email

@ssspeq
Copy link

ssspeq commented Mar 4, 2020

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
E AndroidRuntime: at java.lang.Runtime.load0(Runtime.java:938)
E AndroidRuntime: at java.lang.System.load(System.java:1631)
E AndroidRuntime: at org.qtproject.qt5.android.QtNative$4.run(QtNative.java:275)
E AndroidRuntime: at org.qtproject.qt5.android.QtThread$2.run(QtThread.java:87)
E AndroidRuntime: at org.qtproject.qt5.android.QtThread$1.run(QtThread.java:61)
E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)

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.

@edips
Copy link

edips commented Mar 8, 2020

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.

@vitoller
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants