I'm using IntelliJ in Windows 7 and after a recent sudden change to my development system (not device) I'm stuck with the UnsatisfiedLinkError
thrown by System.loadLibrary()
for loading a native .so
library
java.lang.UnsatisfiedLinkError: Couldn't load ... from loader
I tried every fix suggested on SO with no success including:
- Rebuilding the app and recreating modules structure from scratch
- Cleaning IntelliJ cache and restarting Intellj
I have my .so libraries in the libs
folder
- libs
- armeabi
- x86