the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
76 stars 34 forks source link

astuetz's Page Slider Library Gradle Refresh Error #9

Closed Adam8234 closed 10 years ago

Adam8234 commented 10 years ago

Gradle is giving me a error when refreshing the project.

"No cached version of com.astuetz:pagerslidingtabstrip:1.0.1 available for offline mode."

There seems to be an issue with the Pager Sliding Tab Library that you are using to display team numbers and week events.

phil-lopreiato commented 10 years ago

Yes - that code isn't fully merged into master yet (sorry). Check out [https://github.com/the-blue-alliance/the-blue-alliance-android/tree/database_rewrite_test](this branch) instead for now if you want to see something (somewhat) functional. It partially works - but remember, we're still in a super alpha phase, so it's got a lot of work ahead.

Adam8234 commented 10 years ago

Yes, I would love to help out in the process of getting this app out there. Sorry I didn't see that you guys had a separate branch. Thanks.

phil-lopreiato commented 10 years ago

Great! Take a look through the code and let me know if you need any explanation (sorry some of it might be a mess). On May 4, 2014 11:03 PM, "Adam Corpstein" notifications@github.com wrote:

Yes, I would love to help out in the process of getting this app out there. Sorry I didn't see that you guys had a separate branch. Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/the-blue-alliance/the-blue-alliance-android/issues/9#issuecomment-42155982 .

Adam8234 commented 10 years ago

I don't think I would give you much help, but it doesn't hurt to have a second set of eyes looking at the code and testing it. I'm just getting used to android. Doesn't seem too hard to grasp though.

phil-lopreiato commented 10 years ago

Awesome, feel free to post your thoughts. It's mostly pretty straightforward, although a lot of it is still subject to change as we work out the final implementation details. On May 4, 2014 11:09 PM, "Adam Corpstein" notifications@github.com wrote:

I don't think I would give you much help, but it doesn't hurt to have a second set of eyes looking at the code and testing it. I'm just getting used to android. Doesn't seem too hard to grasp though.

— Reply to this email directly or view it on GitHubhttps://github.com/the-blue-alliance/the-blue-alliance-android/issues/9#issuecomment-42156133 .

Adam8234 commented 10 years ago

I checked out the master branch (the only branch). I seem to be receiving the same issue. error

nwalters512 commented 10 years ago

Do you have offline mode enabled? On May 5, 2014 3:08 PM, "Adam Corpstein" notifications@github.com wrote:

I checked out the master branch (the only branch). I seem to be receiving the same issue. [image: error]https://cloud.githubusercontent.com/assets/5498618/2882639/fdc26350-d490-11e3-95bc-4c5cc0ceb9d9.PNG

— Reply to this email directly or view it on GitHubhttps://github.com/the-blue-alliance/the-blue-alliance-android/issues/9#issuecomment-42232616 .

Adam8234 commented 10 years ago

I just disabled it. error Same sort of error.

nwalters512 commented 10 years ago

I assume you've tried restarting the IDE? On May 5, 2014 3:10 PM, "Adam Corpstein" notifications@github.com wrote:

I just disabled it. [image: error]https://cloud.githubusercontent.com/assets/5498618/2882660/3e117a36-d491-11e3-8255-9f6168061aed.PNGSame sort of error.

— Reply to this email directly or view it on GitHubhttps://github.com/the-blue-alliance/the-blue-alliance-android/issues/9#issuecomment-42232963 .

nwalters512 commented 10 years ago

Also, do you have any kind of antivirus/firewall enabled? On May 5, 2014 3:11 PM, "Nathan Walters" nwalters512@gmail.com wrote:

I assume you've tried restarting the IDE? On May 5, 2014 3:10 PM, "Adam Corpstein" notifications@github.com wrote:

I just disabled it. [image: error]https://cloud.githubusercontent.com/assets/5498618/2882660/3e117a36-d491-11e3-8255-9f6168061aed.PNGSame sort of error.

— Reply to this email directly or view it on GitHubhttps://github.com/the-blue-alliance/the-blue-alliance-android/issues/9#issuecomment-42232963 .

Adam8234 commented 10 years ago

That did the trick. Its bugging me about SDK versions now. I'll let you know when it finishes.

Adam8234 commented 10 years ago

I don't know why it did that. But it seems to work now. Thanks!