What is the difference between libgideros.so in armeabi, armeabi-v7a and x86? and are they necessary in all I project them?
armeabi --> libgideros.so weighs 2,7mb
armeabi-v7a --> libgideros.so weighs 2,1mb
x86 --> libgideros.so weighs 3,2mb
in whole --> 8mb
are they all necessary?
Thanks
Comments
Likes: hgvyas123, SinisterSoft
www.tntengine.com
https://deluxepixel.com
armeabi-7 is for armv7 CPUs (now most of the phones out there)
and x86 is for Intel processors. Basically almost all Inter processors have arm emulator, so the game should also run without x86 binaries, but with x86 binaries it will be much more efficient (basically native speed)
So you decide on what you want to do
https://deluxepixel.com
https://deluxepixel.com
so if that is ok with you, then no problem