simon-vogel

Results 5 comments of simon-vogel

@AdeelTariq, can't get it work: ``` A problem occurred evaluating project ':app'. > Plugin with id 'cipher.so' not found. ``` Has to be something under 'dependencies' like this? ``` dependencies...

Thanks, my mistake, it works. But if I build the app it seems to be that the extern-keys.h file isn't generated: `...\app\build\cipher.so\src\main\cpp\cipher-lib.cpp:6:10: fatal error: 'include/extern-keys.h' file not found` This is...

Okay, now the header files are generated, thanks. But if I run the app, the "cipher-lib.so" file not found : ``` java.lang.UnsatisfiedLinkError: dlopen failed: library "libcipher-lib.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1087)...

They are all there. I also checked the path inside the .apk file, the files are inside the correct directory too.

> > > Okay, now the header files are generated, thanks. > > But if I run the app, the "cipher-lib.so" file not found : > > ``` > java.lang.UnsatisfiedLinkError:...