updated Android example for i18n

This commit is contained in:
2017-06-18 18:52:19 +08:00
parent c5327f8717
commit 4ebbf1f3b2
4 changed files with 48 additions and 34 deletions

View File

@@ -48,9 +48,7 @@ public class IRDecode {
}
private IRDecode() {
String libPath = "/develop/irext/core/src/ir_decoder/cmake-build-debug/libirda_decoder.so";
System.out.println("loading decode library " + libPath);
System.load(libPath);
}
public int openFile(int category, int subCate, String fileName) {