Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash reporting on Android #13

Open
thenitro opened this issue Oct 21, 2015 · 7 comments
Open

Crash reporting on Android #13

thenitro opened this issue Oct 21, 2015 · 7 comments

Comments

@thenitro
Copy link

Trying to get crash reporting working on Android. I add activity for CrashActivity and everything else according to documentation. Also I created a empty native project, generate all stuff and run application once with "crash button", I succeed with getting error. But still no luck from Air application.

@ofirkris
Copy link

I have the same problem, nothing comming from my Air application, please advise,

@railnation
Copy link

Same here, this ANE is useless on Android. Please have a look into this Issue

@tontonpiero
Copy link

Same problem here, I have done everything to set my API key in the manifest, but when calling Crashlytics.start() it gave me this log:
[Crashlytics] Crashlytics 2.5.2.79 initialized with API key null.
Please help with this.

Update:
By reading the android source files I got the solution.
In the manifest you have to change this line:
<meta-data android:name="com.crashlytics.ApiKey" android:value="YOUR_API_KEY"/>
By this one:
<meta-data android:name="io.fabric.ApiKey" android:value="YOUR_API_KEY"/>
Crashlytics is now starting with my API key...
Please edit the README to help others

Unfortunately I was'nt able to get my crash in the dashboard, I give up Crashlytics...

@tontonpiero
Copy link

Hi team, any news on this subject?
I tried the branch "androidFix" without success...
I get this log:
[Crashlytics] Crashlytics 1.1.1.9 initialized with API key xxxMyAPIKeyxxx
But nothing appears on Crashlytics dashboard.

@Xgamefactory
Copy link

would be nice if authors guide us how to make it work.
After google acquirements this Fabic ionization messed up Crashlytics.

@ofirkris
Copy link

ofirkris commented Nov 5, 2017

Agrre with @Xgamefactory

@JokerDen
Copy link

Same problem here. ANE initializing with correct API key but don't know how to make it work – any other method doesn't make any changes at Fabric dashboard (project was configured with empty Android app with same package name as AIR app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants