esafirm / Android-ReactiveGPlus

Chain that shit (Read: Google Plus from Google Play Service API) up!
Apache License 2.0
4 stars 0 forks source link

null Exception #1

Open Fshamri opened 9 years ago

Fshamri commented 9 years ago

i am getting null exception message after i click on login. i guess the problem is here : ViewObservable.clicks(button).subscribe(new Action1()

esafirm commented 9 years ago

Have you setup your G+ integration yet? https://developers.google.com/+/mobile/android/getting-started

Fshamri commented 9 years ago

yes i have done the integration process with G+. i get null exception just after i accept the authorization request. i have cloned your repo. and imported to my android studio and got the same problem.

BTW, i am taking your code as learning bais to RxAndroid. thanks for it