cuplv / droidel

Framework model for static analysis of Android
Apache License 2.0
46 stars 14 forks source link

Unresolved dependencies on compile droidel #19

Closed adorilson closed 9 years ago

adorilson commented 9 years ago

I got the follow error when ran the "sbt compile" [warn] Note: Unresolved dependencies path: [warn] University of Colorado Boulder:walautil:0.1-SNAPSHOT (/home/adorilson/workspace/third_projects/droidel/build.sbt#L15-21) [warn] +- University of Colorado Boulder:droidel_2.10:0.1-SNAPSHOT sbt.ResolveException: unresolved dependency: University of Colorado Boulder#walautil;0.1-SNAPSHOT: not found

sblackshear commented 9 years ago

Hi Adorilson, Have you already run the install_deps.sh script in the lib/ directory as the installation instructions suggest? Try that first if not. Otherwise, (though the script should have already have done this), try running sbt publishLocal in your lib/walautil directory. This will publish the walautil project to your local Maven repository and allow the dependency to be resolved.

adorilson commented 9 years ago

Txs, sblackshear.

It's works.