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
Put all .so files from the project's obj/local/$ABI/ directory into a .zip file.
There is no such directory in my build tree. The documentation does not mention that this directory is specific to ndk-build. My app is built with CMake. CMake based Release builds strip the debug symbols from the .so files. I don't know where the unstripped .so files are located in a CMake based build, or even whether they at all exist after the build has finished.
The documentation should indicate that this instruction is for ndk-build based builds, as well as provide equivalent instructions for CMake based builds.
The text was updated successfully, but these errors were encountered:
The documentation says this:
There is no such directory in my build tree. The documentation does not mention that this directory is specific to ndk-build. My app is built with CMake. CMake based Release builds strip the debug symbols from the .so files. I don't know where the unstripped .so files are located in a CMake based build, or even whether they at all exist after the build has finished.
The documentation should indicate that this instruction is for ndk-build based builds, as well as provide equivalent instructions for CMake based builds.
The text was updated successfully, but these errors were encountered: