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
Currently android/app/prebuilt/armeabi-v7a/lib*.so are symlinked to their corresponding files built in libosmocore. On systems where WSL is used to build libosmocore/osmocom-bb and Android Studio is used to build the app, this breaks because WSL symlinks are not the same as regular NTFS symlinks. In many cases, NTFS symlinks also require administrator permissions to create. It should be relatively easy to just copy these libraries over as part of the Android build process.
The text was updated successfully, but these errors were encountered:
Currently android/app/prebuilt/armeabi-v7a/lib*.so are symlinked to their corresponding files built in libosmocore. On systems where WSL is used to build libosmocore/osmocom-bb and Android Studio is used to build the app, this breaks because WSL symlinks are not the same as regular NTFS symlinks. In many cases, NTFS symlinks also require administrator permissions to create. It should be relatively easy to just copy these libraries over as part of the Android build process.
The text was updated successfully, but these errors were encountered: