You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: