Hi,
Is there a 64-bit version of "
libbass_fx.so" specifically for the "/lib/
x86_64/" folder?
When I run:
Java.Lang.JavaSystem.LoadLibrary("bass_fx");
I get different results for three 64-bit ARM processors.
PASSESGoogle Pixel 2 Processor
Qualcomm Snapdragon 835, 64 Bit, ARM
LOOKS FOR:
/lib/x86FAILSGoogle Pixel 3A XLProcessor2GHz Qualcomm Snapdragon 670, 64 Bit, ARM
LOOKS FOR:
/lib/x86_64 ...
DOES NOT CONTAIN a 64-bit "libbass_fx.so"PASSESLG-G7 ThinQ ProcessorQualcomm Snapdragon 845, 64 Bit, ARM
LOOKS FOR:
/lib/arm64 ... locates:
/lib/arm64-v8aWithout "
libbass_fx.so" specifically for "/lib/
x86_64" I seem to be stuck moving forward on certain devices.
Any help would be appreciated.
Thanks!
