This commit is contained in:
Pritesh Nandgaonkar
2018-06-19 14:08:12 +01:00
parent 88ecb9b494
commit ffa6e744c2
4 changed files with 11 additions and 5 deletions

View File

@@ -34,7 +34,8 @@ public class SonarSampleApplication extends Application {
super.onCreate();
SoLoader.init(this, false);
try {
SoLoader.loadLibrary("sonarfb");
//SoLoader.loadLibrary("sonarfb");
System.loadLibrary("sonarcpp");
} catch (Exception e) {
throw new RuntimeException(e);
}