Hey Kevin, I went to check out the latest code and noticed the latest pull had an error
this was defined 2 times in the string.xml <string name="no_link">No Link</string>
I removed it and compiles fine, but at runtime still getting errors.
Should I post this kinda thing/questions on the Github instead of here?
I was just gonna take a quick look.
Ed,
Replies
Cool!
Interesting - I suspect that you have a newer version of the android tools and they have made aapt stricter (I'm on rev 22 of the sdk tools). I'll update so I can reproduce the problem, but would you mind sending in a little PR with that fix.
What was the error at runtime?