Unable to build project with gradle 4.1: “unknown element * found”

前端 未结 4 1133
夕颜
夕颜 2021-01-18 00:58

After updating to Gradle 4.1 I\'m unable to build my project (all works fine with previous releases).

Basically it doesn\'t recognize AndroidManifest tags anymore an

4条回答
  •  别那么骄傲
    2021-01-18 01:34

    I have got the similar issue recently, The way I solved is by invalidating the cache. You can do that in android studio-> File-> Invalidate cache/ Restart.

    After that it stop showing me those ActivityFeed error.

提交回复
热议问题