question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android studio can't use ACRA v4.8.5

See original GitHub issue

Hi. I’m using Android studio 1.5.1. When i use: compile 'ch.acra:acra:4.6.2' in build.grade, all normal except i can’t generate signed APK. Error: You probably need to update the library versions.

If i use: compile 'ch.acra:acra:4.8.5' in Application class, error: Cannot resolve symbol ‘ReportsCrashes’, ‘ACRA’,…

How do i do ? Thanks for all.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
MrLoveQDcommented, Apr 22, 2016

I have solved the problem. I clear gradle cache, then sync project, Clean Project. Thanks for all.

0reactions
MrLoveQDcommented, Apr 21, 2016

Can you help me check it ? My skype: mrlove.vn Thanks you so much.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio Gradle - Failed to resolve dependency : acra
This is probably a connection issue. Try to force gradle to redownload all dependencies. If that doesn't work, check firewall etc. Share.
Read more >
acra-discuss - Google Groups
Welcome to this discussion group about the opensource project ACRA (Applications Crash Reports for Android). The main goals of this group are:.
Read more >
Different Ways to fix Cannot resolve symbol ... - GeeksforGeeks
Go to your build.gradle(Module:app) file and in the dependencies section the appcompat one, you should see something like compile 'com.android.
Read more >
Fragment manager - Android Developers
This topic covers how to access the FragmentManager , the role of the FragmentManager in relation to your activities and fragments, managing the ......
Read more >
Tasks and the back stack | Android Developers
When the user leaves a task using the Home button or gesture, the current activity is stopped and its task goes into the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found