erizet / SignalA

A SignalR client for Android.
Apache License 2.0
193 stars 90 forks source link

Valid instructions how to implement SignalA in eclipse #35

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi!

I've tried to add *.jar from http://search.maven.org/#search|ga|1|g%3A%22com.github.erizet.signala%22, but HubConnection and all other types aren't importing.

screenshot_2 screenshot_1

erizet commented 10 years ago

Sources.jar only contains the sourcecode. :( SignalA is distributed as an AndroidLibrary(aar). I don't know how to include a aar in Eclipse.

ghost commented 10 years ago

Resolved it!

  1. Download *.aar
  2. Open it using archiver
  3. Extract classes.jar
  4. Rename it to appropriate name (to prevent messing up)
  5. Import to your project
  6. Repeat for all 3 *.aar files :)
erizet commented 10 years ago

Glad you fixed it!