File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/platform/android/app/src/main/java/net/sourceforge/smallbasic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -373,12 +373,12 @@ public boolean loadModules() {
373373 boolean result ;
374374 try {
375375 System .loadLibrary ("ioio" );
376- Class <?> clazz = Class .forName ("net.sourceforge. smallbasic.ioio .IOIOLoader" );
376+ Class <?> clazz = Class .forName ("ioio. smallbasic.android .IOIOLoader" );
377377 clazz .getDeclaredConstructor (Long .class , Context .class ).newInstance (getActivity (), this );
378- Log .d (TAG , "loadModules - success" );
378+ Log .e (TAG , "loadModules - success" );
379379 result = true ;
380380 } catch (Exception | UnsatisfiedLinkError e ) {
381- Log .d (TAG , "loadModules" , e );
381+ Log .e (TAG , "loadModules" , e );
382382 result = false ;
383383 }
384384 return result ;
You can’t perform that action at this time.
0 commit comments