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

Error build with target x86 (The x86 prebuilt binary is actually armeabi-v7a binary) #99

Open
DNS opened this issue Jul 2, 2016 · 0 comments

Comments

@DNS
Copy link

DNS commented Jul 2, 2016

It seems x86 target fail because the x86 prebuilt binary actually supplied with the same armeabi-v7a binary. So the i686-linux-android-strip.exe will fail because it doesn't recognize the binary format.

library\android\JavaScriptCore\libs\armeabi-v7a\libJavaScriptCore.so = Size 1,678,160 bytes
library\android\JavaScriptCore\libs\x86\libJavaScriptCore.so = Size 1,678,160 bytes

D:/BIN/android-ndk-r12/build//../toolchains/x86-4.9/prebuilt/windows-x86_64/bin/i686-linux-android-strip --strip-unneeded D:/SANDBOX/HTML5/~Ejecta-X/Ejecta-X-0
.8.0/project/android/libs/x86/libJavaScriptCore.so
D:/BIN/android-ndk-r12/build//../toolchains/x86-4.9/prebuilt/windows-x86_64/bin/
i686-linux-android-strip: Unable to recognise the format of the input file `D:/S
ANDBOX/HTML5/~Ejecta-X/Ejecta-X-0.8.0/project/android/libs/x86/libJavaScriptCore
.so'
make: *** [D:/SANDBOX/HTML5/~Ejecta-X/Ejecta-X-0.8.0/project/android/libs/x86/li
bJavaScriptCore.so] Error 1
make: *** Deleting file D:/SANDBOX/HTML5/~Ejecta-X/Ejecta-X-0.8.0/project/andro
id/libs/x86/libJavaScriptCore.so
make: *** Waiting for unfinished jobs....

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

1 participant