Android studio can't use ACRA v4.8.5
See original GitHub issueIssue Description
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:
- Created 7 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have solved the problem. I clear gradle cache, then sync project, Clean Project. Thanks for all.
Can you help me check it ? My skype: mrlove.vn Thanks you so much.