We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目基于NativiActivity ,有用到 android:theme="@style/AppBaseTheme_Light" >
运行时至 Nativity 的onCreate的下方代码 时,会崩溃; (单独为它加了个代理Activity加上了上面的配置也一样崩) BaseDexClassLoader classLoader = (BaseDexClassLoader) getClassLoader(); String path = classLoader.findLibrary(libname);
if (path == null) { throw new IllegalArgumentException("Unable to find native library " + libname + " using classloader: " + classLoader.toString()); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
项目基于NativiActivity ,有用到
android:theme="@style/AppBaseTheme_Light" >
运行时至 Nativity 的onCreate的下方代码 时,会崩溃; (单独为它加了个代理Activity加上了上面的配置也一样崩)
BaseDexClassLoader classLoader = (BaseDexClassLoader) getClassLoader();
String path = classLoader.findLibrary(libname);
The text was updated successfully, but these errors were encountered: