My debug AndroidManifest.xml is giving me “cannot resolve symbol errors”

后端 未结 4 1213
滥情空心
滥情空心 2021-02-02 06:28


        
4条回答
  •  南笙
    南笙 (楼主)
    2021-02-02 06:50

    I tried all mentioned Answer but non of above worked for me
    The only Solution worked for me was
    Go to Gradle(App)> in the repositories {}> make sure that mavenCentral() is on top>and now remove compile 'which you recently added>sync > Now add again compile "again add the dependencies" > and final sync again
    This worked for me

提交回复
热议问题