AS项目一直Indexing paused due to batch updated

简介: AS项目一直Indexing paused due to batch updated

经过

先更新了AS(3.0>3.2),然后更新了项目,一顿同步编译之后就出现了Indexing paused due to batch updated,过了一会还是没好,然后


关掉项目重新打开

关掉AS重新打开

清除缓存重新打开

删除idea文件夹及iml文件重新打开

以上 都不行 !!!


我的解决办法,仅供参考,因为你不一定是跟我一样的原因导致的。

删除本地项目

重新checkout

导入项目的时候取消同步gradle,手动在设置里选择gradle路径,因为升级as的时候我是手动升级的gradle

然后关闭重新打开编译即可

总结:

  • as在升级过程中配置或其他有变化
  • gradle同理
  • 本地项目与仓库版本配置有偏差导致
  • 总之,as版本与gradle版本保持关联一致。团队开发保持开发环境一致,最起码工具的版本保持一致


目录
相关文章
|
5月前
|
消息中间件 中间件 Kafka
Kafka - TimeoutException: Expiring 1 record(s) for art-0:120001 ms has passed since batch creation
Kafka - TimeoutException: Expiring 1 record(s) for art-0:120001 ms has passed since batch creation
794 0
|
SQL Oracle 关系型数据库
Troubleshooting: Missing Automatic Workload Repository (AWR) Snapshots and Other Collection Issues (Doc ID 1301503.1)
Troubleshooting: Missing Automatic Workload Repository (AWR) Snapshots and Other Collection Issues (Doc ID 1301503.1)
739 0
header note truncation issue - designed behavior
header note truncation issue - designed behavior
108 0
header note truncation issue - designed behavior
BUG! exception in phase semantic analysis in source unit
BUG! exception in phase semantic analysis in source unit
414 0
BUG! exception in phase semantic analysis in source unit
why My Lead OPA test add Lead fails
why My Lead OPA test add Lead fails
127 0
why My Lead OPA test add Lead fails
automatic asynchronous creation if no note exists
Created by Wang, Jerry, last modified on May 12, 2015
123 0
automatic asynchronous creation if no note exists
|
SQL 关系型数据库 RDS
9 Easy Steps for Successful Data Migration
Migrate your database without service interruptions with Alibaba Cloud Data Transmission Service
1981 0
9 Easy Steps for Successful Data Migration
|
消息中间件 Kafka
Batch containing 11 record(s) expired due to timeout while requesting metadata
背景: Kafka集群在一个192.168.0.x网段的,而我们的生产者在192.168.17.x网段的一台机器上,故当生产者发送消息给Kafka时, 无法将消息发送过去。
4375 0