在主工程manifest中
<application tools:replace="android:allowBackup" android:allowBackup="false"
模块中的libs无法依赖到解决方法
repositories { flatDir { dirs '../weex/libs' } }
在主工程manifest中
<application tools:replace="android:allowBackup" android:allowBackup="false"
模块中的libs无法依赖到解决方法
repositories { flatDir { dirs '../weex/libs' } }