arguslab / Argus-SAF

Argus static analysis framework
Apache License 2.0
183 stars 49 forks source link

Unresolved dependencies path #7

Closed wonupbi closed 7 years ago

wonupbi commented 7 years ago

I want to run a example, 'loadAPK', so I add libraryDependencies as libraryDependencies += "com.github.arguslab" %% "amandroid-core" % VERSION.

However, when I open sbt interactive mode and try to run this, it fails by unresolved dependencies path. I think that argus tries to find the dependency in repo1.maven.org/maven2/com/github/arguslab/amandroid-core_2.10 but I find that the version of amandroid is changed into 2.11.

I have no idea to resolve this problem. Any kind of hints will be helpful for me.

Thank you.

screenshot from 2016-12-02 17-21-54

fgwei commented 7 years ago

This means your scala version should update to 2.11

wonupbi commented 7 years ago

thank you I resolved the problem :)