Error when registering user with existing email in Android.

Please follow these step:
Hi, I used Android Registration and login generation code and Genymotion Emulator with Android API 22

  1. I register a user with my real email (For example: batman@gmail.com)
  2. It run successfully and I receive a registration email from Backendless.
  3. I register a new account with same email at step one (batman@gmail.com).
  4. It allways show progress dialog loading and Android Monitor shows
    04-16 13:31:15.027 9148-9148/com.backendless.joblinksbackend.login D/Exception register: onRegisterButtonClicked: Attempt to invoke interface
    method ‘java.lang.String android.content.SharedPreferences.getString(java.lang.String, java.lang.String)’ on a null object reference
    04-16 13:31:15.059 9148-9167/com.backendless.joblinksbackend.login W/EGL_emulation: eglSurfaceAttrib not implemented
    04-16 13:31:15.059 9148-9167/com.backendless.joblinksbackend.login W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xe1c3e580, error=EGL_SUCCESS
  5. I register a new account with my another real email (forexample: ironman@yahoo.com) and Android Monitor shows
    04-16 13:31:15.027 9148-9148/com.backendless.joblinksbackend.login D/Exception register: onRegisterButtonClicked: Attempt to invoke interface
    method ‘java.lang.String android.content.SharedPreferences.getString(java.lang.String, java.lang.String)’ on a null object reference
    04-16 13:31:15.059 9148-9167/com.backendless.joblinksbackend.login W/EGL_emulation: eglSurfaceAttrib not implemented
    04-16 13:31:15.059 9148-9167/com.backendless.joblinksbackend.login W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xe1c3e580, error=EGL_SUCCESS
    –> Cannot register any more. I uninstalled the app in emulator and I still cannot register user any more.
    PS: how can I see password value of user in Backendless Console. Please help me, I have to demo my application on next Friday.

Hi, please close this topic