1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
@MrPlow,
Thank you for your support.
Regarding the commented out code.
Where is it in?
protected String getMainSharedObject() {
String library;
String[] libraries = SDLActivity.mSingleton.getLibraries();
if (libraries.length > 0) {
library = "lib" + libraries[libraries.length - 1] + ".so";
} else {
library = "libmain.so";
}
return library;
//return getContext().getApplicationInfo().nativeLibraryDir + "/" + library;
}