android: rewrite of the Android support to use the "new" gradle toolchain
[nit.git] / lib / android / NitActivity.java
index cbe6ad4..2f712f1 100644 (file)
@@ -32,7 +32,7 @@ public class NitActivity extends Activity {
         */
 
        static {
-               System.loadLibrary("main");
+               System.loadLibrary("nit_app");
        }
 
        /*