1

I am trying to import the RoboVM bindings to implement mopub in my project, but I ran into a problem when I tried to "build model". I tried to import it as a gradle project, but when I build it I get the error:

"Error in runnable 'Creating Gradle Model'" 

And it says:

"could not find com.github.jtakakura:gradle-robovm-plugin:0.0.9-SNAPSHOT.
Required by:
:robovm-ios-bindings-master:unspecified
See error log for details"

in the error log it said

"FAILURE: Build failed with an exception.

What went wrong:
A problem occurred configuring root project 'robovm-ios-bindings-master'. Could not resolve all dependencies for configuration ':classpath'. Could not find com.github.jtakakura:gradle-robovm-plugin:0.0.9-SNAPSHOT. Required by: :robovm-ios-bindings-master:unspecified

Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output."

I am not even sure how to run with the stacktrace option, does anyone have any insight on how to solve this problem?

4

1 回答 1

1

发现了!我进入 ios bindings 文件夹,打开 build.gradle,找到包含 0.0.9-SNAPSHOT 的代码行。然后我去了robovm的github,在那里打开了build.gradle。我看到它有 0.0.10 作为快照,所以我把它改成了那个。它现在可以工作了,我对此感觉非常棒。

于 2014-05-26T19:43:06.293 回答