Android Studio: Attempt to setOnClickListener on a null object reference
问题 I am trying to cause a new activity to start when a user clicks the logout button. However whenever I click on the button the app crashes and gives the calling setOnClickListener on a null object reference. The Java code is below package hanyang.hyu_se; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7