When I try to manage my BETA apps in production track, it does not open. I am getting the following error.
An unexpected error occurred. Please try again later. (3200000)
Please somebody tell me the solution to solve this.
Is anyone who is using Raygun in their Android apps seeing this error exception:
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/conn/util/InetAddressUtils;
at main.java.com.mindscapehq.android.raygun4android.messages.NetworkInfo.readIPAddress(SourceFile:117)
at main.java.com.mindscapehq.android.raygun4android.messages.NetworkInfo.<init>(SourceFile:20)
at main.java.com.mindscapehq.android.raygun4android.messages.RaygunMessageDetails.setNetworkInfo(SourceFile:61)
at main.java.com.mindscapehq.android.raygun4android.RaygunMessageBuilder.setNetworkInfo(SourceFile:81)
at main.java.com.mindscapehq.android.raygun4android.RaygunClient.buildMessage(SourceFile:508)
at main.java.com.mindscapehq.android.raygun4android.RaygunClient.send(SourceFile:221)
This exception is very intermittent, but when it does happen, it always occurs when the app calls RaygunClient.send(...). I'm using Raygun in my app to report error conditions such as a failed webservice call, however, when I report this to Raygun it crashes my app!
The release of v3.0.6 includes fixes that address the problems seen with InetAddressUtils NoClassDefFoundError exceptions. Please update to release v3.0.6 and let us know if the problems persist.
Please see our documentation on how to update. https://raygun.com/documentation/language-guides/android/crash-reporting/installation/
Regards,
Mitchell.
I'm unable to run my code in any of my devices. It is giving out an error:
org.gradle.api.UncheckedIOException:
Failed to capture snapshot of input files for task ':networkinglib:javaPreCompileDebug' property.
What should be the issue if anyone has come across this?
I've already tried all the solutions found in stack overflow and other build variable changes, but doesn't seems to fix the issue.
[2015-02-06 17:50:29 - Mmap] Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED [2015-02-06 17:50:29 - Mmap] Please check logcat output for more details. How I can solve those errors ?
Got same problem. Check your manifest file. Activity name should be prefixed with a period ".".
My application getting crashed due to Illegal Argument Exception (#Window Manager Global : find View Locked:425) {main}.
Please help me to resolve this issue