Hi Tiago, We found the old version of weexpack relied on an incorrect android project template that missing some necessary files. We just released a new version of weexpack, you can upgrade it according to the following steps:
1. run " rm -rf ~/.xtoolkit/node_modules/weexpack " 2. run " weex update weexpack " 3. create a new plugin project using " weex plugin create xxx " Then you should be able to run playground app inslde the plugin project correctly. If you have any other questions, just feel free to ask us. Cheers. Misakuo 2017-11-05 2:06 GMT+08:00 Tiago Alves <[email protected]>: > Good day! > > I am developing a weex plugin. I feel it will be a great oportunity for me > to help improving the plugin docs. > > I remember reading docs about developing a weex plugin (plugin.xml, etc), > but thats seems to be gone along with the legacy stuff. Is there any docs > that would help me getting started? > > I am using this plugin as reference > https://github.com/weex-plugins/weex-amap, but this sort of reverse > engineering gives the constant feeling that I am missing out on something. > > Thanks! > Tiago >
