-
Notifications
You must be signed in to change notification settings - Fork 9
Home
jixieshi999 edited this page Mar 27, 2013
·
5 revisions
Welcome to the WeiPlugin wiki! android上插件开发模块
通过java反射加载apk,来实现插件加载机制
项目分3块
1.WeiPlugin 是主项目
2.WeiPluginImplDemo是普通的(没有UI模块)插件实现demo
3.WeiUIPluginImplDemo 是UI模块插件实现demo
测试步骤,
1.install WeiPlugin.apk
2.push WeiPluginImplDemo.apk(or WeiUIPluginImplDemo.apk) 到 android 设备 /sdcard/weiplugin/plugin/ (如果不支持sd卡,将放置到/data/data/files/weiplugin/plugin/)
3.启动WeiPlugin.apk
WeiPlugin is the main android project
WeiPluginImplDemo is the normal plugin without UI demo project
WeiUIPluginImplDemo is the UI plugin demo project
test
1.install WeiPlugin.apk
2.push WeiPluginImplDemo.apk(or WeiUIPluginImplDemo.apk) into android device /sdcard/weiplugin/plugin/ (if you dont has sdcard support , then it instead/data/data/files/weiplugin/plugin/)
3.launch WeiPlugin.apk