MCPcopy Create free account
hub / github.com/JRickey/BattleShip / loadLibrary

Method loadLibrary

android/app/src/main/java/org/libsdl/app/SDL.java:40–42  ·  view source on GitHub ↗
(String libraryName)

Source from the content-addressed store, hash-verified

38 }
39
40 public static void loadLibrary(String libraryName) throws UnsatisfiedLinkError, SecurityException, NullPointerException {
41 loadLibrary(libraryName, mContext);
42 }
43
44 public static void loadLibrary(String libraryName, Context context) throws UnsatisfiedLinkError, SecurityException, NullPointerException {
45

Callers 2

loadLibrariesMethod · 0.95
RomImporterClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected