I just checked that Android Studio perfectly detects changes to .so files and restores the application when they change, and you start the application. Make sure you have the latest version of Android Studio and that your .so files are in directories
app/src/main/jniLibs/armeabi-v7a app/src/main/jniLibs/x86
changing "main" to your build configuration and armeabi-v7a, x86, .. to your supported architectures, if necessary.
Also check that your modified .so files have a newer modification time than the old ones.
Anton Malyshev
source share