【发布时间】:2013-07-05 07:10:25
【问题描述】:
我已经正确集成了所有内容。 唯一的问题是当我想加载广告(appflood 的任何广告)时 例如插页式广告
AppFlood.showFullScreen(this);
错误是
The method showFullScreen(Activity) in the type AppFlood is not applicable for the arguments (LiveWallpaper)
我曾经将 appflood 与我的扩展 AndroidApplication 类的 libgdx 游戏集成,但在动态壁纸中这不起作用。我也想让 appflood 在 libgdx livewallpaper 中工作
【问题讨论】:
标签: android libgdx interstitial