No resource identifier found for attribute '…' in package 'com.app…'

后端 未结 7 996
梦谈多话
梦谈多话 2020-11-29 20:10

I\'ve imported a project from Eclipse to Android studio. It utilizes a custom view:

xmlns:app="http://schemas.android.com/apk/res-auto"
7条回答
  •  日久生厌
    2020-11-29 20:29

    I've been searching answer but couldn't find but finally I could fix this by adding play-service-ads dependency let's try this

    *) File -> Project Structure... -> Under the module you can find app and there is a option called dependencies and you can add com.google.android.gms:play-services-ads:x.x.x dependency to your project

    I faced this problem when I try to import eclipse project into android studio

    Click here to see screenshot

提交回复
热议问题