After including MLKit barcode scanner library in our project Google Play Console is warning us that project uses native libraries which do not have native debug symbols included.
Verified this using nm tool by checking following binaries after release build:
Terminal command:
nm libandroidx.graphics.path.so | nm libbarhopper_v3.so | nm libdatastore_shared_counter.so | nm libimage_processing_util_jni.so
Output:
libdatastore_shared_counter.so: no symbols
libandroidx.graphics.path.so: no symbols
libbarhopper_v3.so: no symbols
libimage_processing_util_jni.so: no symbols
After including MLKit barcode scanner library in our project Google Play Console is warning us that project uses native libraries which do not have native debug symbols included.
Verified this using
nmtool by checking following binaries after release build:Terminal command:
Output: