Hi,
I found this issue inside the BridJ.findNativeLibraryFile() method. Following code prevents iteration over all elements inside the possibleNames list:
try { File f; if (isAndroid()) f = new File("lib" + name + ".so"); else f = extractEmbeddedLibraryResource(name); if (f == null || !f.isFile()) throw new FileNotFoundException(StringUtils.implode(possibleNames, ", ")); return f; } catch (IOException ex) { throw new RuntimeException(ex); }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4