简体   繁体   English

Google Play服务与admob发生冲突

[英]Google play services conflict with admob

Unity3d 5.1.2. Unity3d 5.1.2。 I'm trying to integrate ads and leaderboards into my game. 我正在尝试将广告和排行榜集成到我的游戏中。 I import the admob package and then when I start to i import the google-play-services package, the following error is shown: 我导入admob软件包,然后开始导入google-play-services软件包时,显示以下错误:

Error importing folder (The pathName assets/plugins is already mapped to 21c47ce8563684fe3a95a29ca1a7aa32. But the meta data wants it to be mapped to fce8a713f1e5a4cc4b9973d1ef630f31)

Is there a way to resolve this issue? 有没有办法解决这个问题?

This may happen if you remove any file from disk directly, because it will not delete the meta file associated to that file. 如果直接从磁盘上删除任何文件,则可能会发生这种情况,因为它不会删除与该文件关联的元文件。 To resolve this just hit reimport all in assets menu, it will create and map new meta file automatically 要解决此问题,只需在资源菜单中全部重新导入即可,它将自动创建并映射新的元文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM