-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re organize sample #82
Conversation
import android.content.Context; | ||
import android.content.Intent; | ||
import rx.Observable; | ||
import rx.android.samples.lifeycle.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't use star imports.
do you want me to squash again? |
Yes, please! I wish GitHub had a squash button on PRs. |
bbc4bce
to
eebdbbc
Compare
rebased. |
Needs another rebase... this project is moving too quickly :-) |
eebdbbc
to
f9f647e
Compare
f9f647e
to
6dfb6fc
Compare
@mttkay ok so I did a rebase and pulled in the changes from 0.x but for some odd reason its still saying merge conflict.. So I think that is my issue however it looks like the changes to the build.gradle file are causing issues running the samples app. Gradle spits out a null pointer exception with no error message. |
@mttkay fixed the rebase issues. i still cant get it to build in intellij anymore. tried re-importing and using different versions on intellij. Can you let me know if it launches ok for you. I dont want to say this is good to go until i can launch the sample app. |
|
Are you sure you're using the gradle wrapper to build? It's set a 1.12 not 2.1. You can see #81 for the code needed to workaround this. |
Yes I've been trying to pay close attention to that knowing we are pretty behind and I saw your attempt at bringing that up to the latest. I can run things at the command line using the wrapper without issue. BUT I think intelliJ is having issues with the current state of For example I cloned Just want to make sure we didn't make a change that prevents people from using this fully in an IDE. I added the debug flags to my intellij and tried to run the project so we can see whats going on here. Screenshot is attached. If this will be addressed soon with your updated PR please just ignore this for now. Have I missed something in configuring the project? Thanks all! |
I also experienced that problem, but I cannot recall the fix. I haven't yet opened this project in an IDE. Been doing all my changes from Sublime. |
I also don't have such an old version of the build tools installed so I've been letting Travis CI do the compilation for me 😀 |
Alright no problem. Looking forward to getting the build tools to the latest anyways. Ill manage for now. This is fine on my end. |
FWIW, I can no longer get IntelliJ to build anymore either. Command-line continues to work. |
:( yeah I think we may have messed something up with the changes to gradle file. hopefully we can get this updated to the newer tools versions to help. @mttkay there are a few PR's with updates to the sample app. can we get this merged in before those? thanks! |
I'm on leave until Monday and will try to stay clear of any computers for a
|
Sorry about the hold up. I would like this to land first: #81 Then this needs a rebase (again) |
No problem I'll get it rebased. Zac Siegel
|
As part of #172 the sample has been gutted and no longer needs reorganizing. Thanks for your efforts though. |
Starting work on #59