austgl / android-shuffle

Automatically exported from code.google.com/p/android-shuffle
0 stars 0 forks source link

Artifacts cannot be resolved #317

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When attempting to build the app at version 2.2 and also from the latest 
commit, I get errors like:
[ERROR] Failed to execute goal on project shuffle-android: Could not resolve 
dependencies for project 
org.dodgybits.shuffle:shuffle-android:apk:2.0.0-SNAPSHOT: The following 
artifacts could not be resolved: 
org.dodgybits.shuffle:shuffle-dto:jar:2.0.0-SNAPSHOT, 
org.dodgybits.shuffle:shuffle-shared:jar:2.0.0-SNAPSHOT, 
android.support:compatibility-v4:jar:r7, com.flurry:flurry-sdk:jar:2.2.1, 
com.google.android.c2dm:c2dm:jar:1.5.5: Could not find artifact 
org.dodgybits.shuffle:shuffle-dto:jar:2.0.0-SNAPSHOT in sonatype 
(http://repository.sonatype.org/) -> [Help 1]
[ERROR] 

Original issue reported on code.google.com by david8bl...@gmail.com on 26 Jan 2013 at 8:22

GoogleCodeExporter commented 9 years ago
Check out the install doc which should explain how to build the app...
http://code.google.com/p/android-shuffle/source/browse/INSTALL.rtf

Original comment by andybry...@gmail.com on 23 Feb 2013 at 10:52

GoogleCodeExporter commented 9 years ago
That document doesn't cover org.dodgybits.shuffle:shuffle-dto:jar

Original comment by david8bl...@gmail.com on 2 Mar 2013 at 1:48

GoogleCodeExporter commented 9 years ago
I get it. It's in the other repository. That document could do with changing

Original comment by david8bl...@gmail.com on 2 Mar 2013 at 1:51

GoogleCodeExporter commented 9 years ago
I don't know what protobuf is so I guess I'll have to stop there. I'm trying to 
write a recipe for f-droid but I've never heard of them supporting anything but 
ant and maven.

Original comment by david8bl...@gmail.com on 2 Mar 2013 at 2:00

GoogleCodeExporter commented 9 years ago
protobuf is a binary data format that is compact and has good forward/backward 
compatibility. You need to download the project to generate the protobuf 
compiler as there doesn't seem to be a binary version floating round.

Good point about dto project - will add instructions for downloading that now 
that it's in a separate repo

Original comment by andybry...@gmail.com on 3 Mar 2013 at 12:31