Hi, community As Jan pointed out[1], the Android package name in Weex is com.taobao.xxx/com.alibaba.xxx .
I’d like to know whether there are rules about package name in ASF’s project must starts with org.apache.xxx . If so, I’d like to know if there is a zero-cost/low-cost upgrading method for renaming package names. It’s easy to rename all Android package to org.apache.xxx , but users would probably have a lot of complains about this renaming, which should cause compiling error when our users are building Android App with latest Weex. BTW: This is only for Android(Java Code), as there is no such concept(Package Name) in C++/C/Objective C/JavaScript. [1] https://github.com/apache/incubator-weex/issues/2148 <https://github.com/apache/incubator-weex/issues/2148> [2] https://github.com/apache/incubator-weex/blob/master/android/sdk/src/main/java/com/taobao/weex/WXSDKEngine.java <https://github.com/apache/incubator-weex/blob/master/android/sdk/src/main/java/com/taobao/weex/WXSDKEngine.java> Best Regards, York Shen 申远
