Android crash report doesn't send data to google docs
问题 I'm trying to use the android crash report in my android project. I have added the jar and I have code like this in my src directory. import android.app.Application; import org.acra.*; import org.acra.annotation.*; @ReportsCrashes(formKey = "0xxxxxxxxxxxxxxxxxxxS2JONHc") public class CrashLog extends Application { @Override public void onCreate() { // The following line triggers the initialization of ACRA ACRA.init(this); super.onCreate(); } } My google spreadsheet url look like this: https:/