• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Randy_Gold

    java.lang.NullPointerException: Attempt to invoke virtual method error

    I am getting this error whenever I try running my app. The app crashes when I press the sign up button. I am using android studio version 3.6.3 and my platform is windows 10. Here is the error screen: 'code' java.lang.NullPointerException: Attempt to invoke virtual method 'android.text.Editable...
  2. Randy_Gold

    Help java.lang.NullPointerException: Attempt to invoke virtual method error

    I am getting this error whenever I try running my app. The app crashes when I press a button. Here is the error scrren: java.lang.NullPointerException: Attempt to invoke virtual method 'android.text.Editable android.widget.EditText.getText()' on a null object reference at...