StackoverflowError when using Firebase
问题 I'm currently trying to make an app that will show you a position on a map whilst also saving it to Firebase for later use. This is my MapsActivity: public class MapsActivity extends AppCompatActivity implements OnMapReadyCallback, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener { GoogleMap googleMap; LocationRequest mLocationRequest; GoogleApiClient mGoogleApiClient; Marker marker; Intent intent; DatabaseReference myRef; FirebaseDatabase