Hi! Unfortunately, the android project still doesn't open.
I am opening the project in Android Studio from the playground/android/build.gradle. Android Studio stays loading forever with the message: Gradle: Resolve dependencies ':app:_debugCompile... This is my setup: ➜ ios git:(master) ✗ weex -v v1.1.0-beta.6 - weexpack : v0.4.7-beta.19 - weex-builder : v0.2.13-beta.4 - weex-devtool : v0.3.2-beta.7 - weex-previewer : v1.3.13-beta.8 Am I doing something wrong? Thanks, Tiago On Mon, 6 Nov 2017 at 12:52 Tiago Alves <[email protected]> wrote: > Thanks! I will try that. > > Tiago > > On Mon, 6 Nov 2017 at 09:42 misakuo <[email protected]> wrote: > >> 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 >> > >> >
