So I tried to follow instructions of https://github.com/ACRA/acra/wiki/BasicSetup but its too old or something.
Using my own gmail account I did import the csv file but there is no option "Create a LEGACY Form" in tools menu but only "Create form". If I create a form there are no fields of imported csv file (like I can see on screenshot in BasicSetup document) but it prompts to add fields manually using "Add item". And there is no any formkey around. The http link of form is looks like: https://docs.google.com/forms/d/1KNF_R4_Re0X0giFfEXwqXY50mpnFvQUvp0NLkKxyI/edit# or if I choose "view live form" it is https://docs.google.com/forms/d/1KNF_R4_Re0X0giFfEXwqXY50mpnFvQUvp0NLkKxyI/viewform
As you can see there is no formkey included.
So the question is there I can find that fomkey now?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
I have tried ACRA with my custom domain which handled by google and at that time i could not found any option to create to
then after i have tried with my personal gmail account and its works .
so i came to conclusion is that :
Google spreadsheets are not supported on ACRA. Use a third party provider like BugSense instead or write your own error collector.
As the use of
Google Docs
is deprecated forACRA
I recommend you to useBugSense
as your Back-End service:1. Go to their site and sign in: http://www.bugsense.com/
2. Create a new project to monitor in
BugSense
site, as a result you will receive anAPI Key
for this application.3. Finally add this line to you Application class in you project:
You can also check this blog post I wrote on:
Crash Reports and Usage Monitoring