Admob in ListView not clickable

荒凉一梦 提交于 2019-12-12 10:16:12

问题


This is my setup: I have a custom listadapter. The third item is a admob banner. This listview has a onclicklistener which overrides the listener for the admob banner. (This is my first issue). If I set this onclicklistener in comment brackets and click the ad, I get this error: Tried to launch a new AdActivity with a different AdManager. (2nd issue). I hope somebody could help :)

Thanks


回答1:


You get this error if you have more than one process running



来源:https://stackoverflow.com/questions/12155002/admob-in-listview-not-clickable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!