Hi, all Recently I tried to upgrade the weexSDK version of android weex playground app that I rely on in the Weex Cli, user can use `weex platform add android` to add this project into the workspace.
Here's the template project which the Weex Cli rely on: [0] [Android Template]( https://github.com/weex-templates/weex-playground-android.git) [1] [iOS Template](https://github.com/weex-templates/weex-playground-ios.git ) I try to upgrade the weex SDK version thought to edit the `grade.build` file into the android project, but I got failed cause some class has been removed on the new weexSDK, such as `IWXDebugProxy`, `WXErrorCode` and so on. These two projects cannot be upgraded in time according to the changes of weexSDK, but the playground app on weexSDK project will be upgraded after the SDK changed, see: [0] (Android Playground project)[ https://github.com/apache/incubator-weex/tree/master/android/playground/app ]. [1] (iOS Playground project)[ https://github.com/apache/incubator-weex/tree/master/android/playground/app ]. Although the template project has some designs for the Weex Cli, I still think we can maintain these two projects in one project, just put some config logic into the playground app which maintained in the official project. I will create a pull request to merge the iOS playground app project, Is there anyone else who can help with the Android merge? I will list the corresponding modification points for the corresponding modification. Thanks, Dan
