Skip to content
New issue

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

插件apk需要怎样配置? #156

Open
9kill opened this issue Jun 29, 2017 · 2 comments
Open

插件apk需要怎样配置? #156

9kill opened this issue Jun 29, 2017 · 2 comments

Comments

@9kill
Copy link

9kill commented Jun 29, 2017

/sample/main 中的main-plugin-a可以调用
main-plugin-b不可以,在写插件apk有什么特殊配置吗?
为什么我写的调用不了,报No Class Foud Exception

`` // zhangjie1980 重命名 loadPluginActivityClass -> loadPluginClass
private Class loadPluginClass(ClassLoader classLoader, String className) { Class clazz = null;
try {
clazz = Class.forName(className, true, classLoader);
} catch (ClassNotFoundException e) {
e.printStackTrace();
}

    return clazz;
}
@huangbao
Copy link

我也是这样,擦

@HCLXIDIAN
Copy link

请问楼主解决了吗 我也遇到了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants