vpaliy / android-login

MIT License
324 stars 114 forks source link

Error:Cannot change dependencies of configuration ':flip-concept:_debugAnnotationProcessor' after it has been resolved. #4

Closed Xy-joe closed 7 years ago

Xy-joe commented 7 years ago

I don't really know the dependency that's causing this error after i cloned this repository and tried running this app

vpaliy commented 7 years ago

Looks like you are trying to run the flip-concept module. Just change it to the app module and that's it.

Xy-joe commented 7 years ago

That's was quite helpful. I did just that and it worked perfectly

vpaliy commented 7 years ago

Yep. The flip-concept is just another example which I haven't finished yet.

Xy-joe commented 7 years ago

I don't know could you give me a facebook link to chat you up with.

vpaliy commented 7 years ago

I don't own a Facebook account, but you can send an email (vpaliy97@gmail.com). Or a message on my Tweeter vpaliy_.

Xy-joe commented 7 years ago

How do you perform an action on the Vertical textView in both the sign in fragment and the login fragment because i don't really know the method to set the OnClickListener for the "Login" and "Sign up". Say for example you wanted to really sign Up or Login

vpaliy commented 7 years ago

You need to write the implementation yourself. Just simply add a listener, and write the Sign Up/Login implementation. This example is just an animation stuff.