ios - 无法导入 robovm 绑定(bind)
<p><p>我正在尝试通过我发现的 <a href="https://github.com/BlueRiverInteractive/robovm-ios-bindings" rel="noreferrer noopener nofollow">here</a> 绑定(bind)的 RoboVM 将 admob 广告放入我的 iOS libGDX 游戏中。 .我开始关注这些 <a href="http://sam.mycube.co/2014/02/16/implementing-admob-in-robovm-via-mopub/" rel="noreferrer noopener nofollow">instructions</a> ,但是甚至无法完成第一步(正在导入),因为它仍然使用经典的 libgdx 结构。因为绑定(bind)现在使用 gradle(与 libgdx 的其余部分一样),所以我尝试将它们作为 gradle 项目导入。当我单击“构建模型”时,出现以下错误:</p>
<pre><code>FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project 'robovm-ios-bindings-master'.
</code></pre>
<blockquote>
<p>Could not resolve all dependencies for configuration ':classpath'.
Could not find com.github.jtakakura:gradle-robovm-plugin:0.0.10-SNAPSHOT.
Required by:
:robovm-ios-bindings-master 2:unspecified</p>
</blockquote>
<p>我绝对相信这与我使用 robovm 0.0.14 时指定 robovm 0.0.10 快照的事实有很大关系。降级插件(我想出了如何做并且可以做)会破坏 libgdx 的 robovm 启动项目,所以这不是一个选项。我该如何做到这一点才能使它起作用,或者至少找到另一种包含 admob 广告的方法。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我查看了那个 robovm gradle 插件是什么,发现快照版本不再存在。我刚刚从绑定(bind)项目的“build.gradle”中的依赖字符串末尾删除了“-SNAPSHOT”,并且项目正确导入</p></p>
<p style="font-size: 20px;">关于ios - 无法导入 robovm 绑定(bind),我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/24599174/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/24599174/
</a>
</p>
页:
[1]