updated jni example opening common decode library

This commit is contained in:
strawmanbobi
2019-10-06 16:40:21 +08:00
parent dda676df31
commit e853945f53

View File

@@ -49,7 +49,7 @@ public class IRDecode {
} }
private IRDecode() { private IRDecode() {
String libPath = "/data/irext/ir_decode_0.2.1-linux-x64.so"; String libPath = "/data/irext/libirda_decoder.so";
System.out.println("loading decode library " + libPath); System.out.println("loading decode library " + libPath);
System.load(libPath); System.load(libPath);
} }