Current user returns Null || Android

Hi,

I just checked this functionality again - it works as expected. So I believe the problem is somewhere in your code.

You say that Backendless.UserService.setCurrentUser( currentUser ) is not working. How do you check it?
Remember that you call this method in AsyncCallback, so the code where you check if Backendless.UserService.CurrentUser() == null may be executed before setting it in AsyncHandler.