ccomeaux / boardgamegeek4android

BoardGameGeek application for Android (unofficial)
GNU General Public License v3.0
228 stars 47 forks source link

Doesn't compile, missing file? #63

Closed erwan closed 8 years ago

erwan commented 8 years ago

I'm trying to compile the app but apparently this class is missing:

com.boardgamegeek.events.BggEventBusIndex

Maybe you forgot to add the file to git?

ccomeaux commented 8 years ago

This is a file generated by GreenRobot EventBus 3 (see http://greenrobot.org/eventbus/documentation/subscriber-index/). Often this is a symptom of a different compilation problem. Sometimes it can be solved just by compiling again. Please let me know if you continue to experience this and I might be able to help you fix it.

erwan commented 8 years ago

Yes indeed, recompilation worked. Thank you!