MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.61k stars 627 forks source link

Mailcore2 crashes on devices with x86 with text relocation error #1814

Open beczesz opened 5 years ago

beczesz commented 5 years ago

Hi all, With the increasing popularity of Chromebooks which have x86 abi I need a solution to run Mailcore2. Currently it crashes with "java.lang.UnsatisfiedLinkError: ... libMailCore.so: has text relocations at java.lang.Runtime.loadLibrary0(Runtime.java:977)"

There are other two issues opened couple of years ago but I though that I will create another one which will try to summarize what we have so far.

This is an open issue which mentions that x86 is not working

This is another trial with no luck to solve the issue mentioned here

Here more devs are inetersted to find a solution

If somebody can help me with this (and all of us who are interested to find a solution) on my side I can promise to test it in depth with various carriers (Gmail, Outlook, Yahoo, Hotmail, Aol and others).

beczesz commented 5 years ago

Hi all I just fount this article https://developer.android.com/distribute/best-practices/develop/64-bit

It seems that we need to find a solution to support x86 and x64 as well

exera-development commented 5 years ago

@beczesz did you find any solution for the problem?

ShwetaChauhan18 commented 4 years ago

@beczesz : Did you find any solution? We are unable to upload app on Play Store because of this issue.

beczesz commented 4 years ago

Hi all, I didn't find any solution yet. @ShwetaChauhan18 we could publish our app, only that it crashes on x86 architecture, so we removed those devices from Play Console (mostly chromebooks).

I wonder why it does not let you publish it. Can you send a screenshot with the error?