android-jsc icon indicating copy to clipboard operation
android-jsc copied to clipboard

Support more android abis (arm64, x86_64)

Open kmagiera opened this issue 9 years ago • 10 comments

kmagiera avatar Sep 10 '15 16:09 kmagiera

Well, I have a similar trouble:

I need a so for armeabi

Ray-Ni avatar Mar 07 '16 05:03 Ray-Ni

Is there any progress in this?

csotiriou avatar May 11 '16 19:05 csotiriou

@kmagiera Is this still relevant?

mkonicek avatar May 16 '16 13:05 mkonicek

This issue seems to be one of three blockers for getting React Native compiling for Android 64-bit architectures. Would it be possible to provide any more insight or information on what needs to be done to get JSC there?

MattFoley avatar May 19 '16 18:05 MattFoley

https://github.com/ericwlange/AndroidJSCore

gordonpro avatar Aug 31 '16 05:08 gordonpro

@kmagiera @mkonicek I sent a PR to support x86_64 abis, please take time to review it.

leeight avatar Oct 07 '16 01:10 leeight

@leeight does it support armeabi ?

gordonpro avatar Oct 13 '16 04:10 gordonpro

Not yet. After disable JIT options i can build armeabi, but haven't test it.

leeight avatar Oct 13 '16 06:10 leeight

Everyone, can you compile the arm64 and x86_64 so? I have the same problem when integrating react native into my app.

houliang avatar Jun 19 '17 12:06 houliang

There's a project here that will build a more recent version, and on more architectures:

https://github.com/SoftwareMansion/jsc-android-buildscripts

Only problem for me is that the build size has also increased quite a lot.

alastaircoote avatar Mar 28 '18 18:03 alastaircoote