meituan / WMRouter

WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。
https://tech.meituan.com/meituan_waimai_android_open_source_routing_framework.html
Apache License 2.0
2.31k stars 342 forks source link

添加插件 apply plugin: 'WMRouter' 后报 Unexpected scopes found in folder #41

Closed Chen-Baiyi closed 5 years ago

Chen-Baiyi commented 5 years ago

Unexpected scopes found in folder 'E:\test\Component\app\build\intermediates\transforms\WMRouter\debug'. Required: EXTERNAL_LIBRARIES, PROJECT. Found: EXTERNAL_LIBRARIES, PROJECT, SUB_PROJECTS

hibate commented 5 years ago

当前版本对 instant run 支持不足,关闭 instant run 即可: File --> Settings --> Build, Execution, Deployment --> Instant Run --> Enable Instant Run to ...