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
When requesting to load a specific library version, ReLinker currently expects the filename to be like libname.so.<VERSION>.
I faced some problems when trying to build apps with native libraries that use this notation - something in the Android build toolchain prevents the file from ending up in the generated APK.
So it would be nice to support different notations like libname-<VERSION>.so. Being able to specify a regular expression would be great.
The text was updated successfully, but these errors were encountered:
When requesting to load a specific library version, ReLinker currently expects the filename to be like
libname.so.<VERSION>
.I faced some problems when trying to build apps with native libraries that use this notation - something in the Android build toolchain prevents the file from ending up in the generated APK.
So it would be nice to support different notations like
libname-<VERSION>.so
. Being able to specify a regular expression would be great.The text was updated successfully, but these errors were encountered: