Bugsnag request failed to complete - android

Im using Bugsnag in my React Native project, but I trying run the command:
./gradlew assembleDevelopmentRelease and I receive the error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:bugsnagReleaseDevelopment-releaseTask'.
> java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Bugsnag request failed to complete
Erro

Related

build of gradlew bundleRelease fails, "no error message"

I am trying to build a production version .aab file of an android application, using react-native and expo.
When I launch gradlew bundleRelease (in Windows) in the android/ folder, the exact error message is as follows:
> Task :app:signReleaseBundle FAILED
Caching disabled for task ':app:signReleaseBundle' because:
Build cache is disabled
Task ':app:signReleaseBundle' is not up-to-date because:
Task has failed previously.
:app:signReleaseBundle (Thread[Execution worker,5,main]) completed. Took 0.014 secs.
w: Detected multiple Kotlin daemon sessions at build\kotlin\sessions
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:signReleaseBundle'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeBundleTask$BundleToolRunnable
> java.lang.NullPointerException (no error message)
I added org.gradle.jvmargs=-Xmx4608m to my gradle.properties file but that does not seem to have any effect...

Why i am getting this issue Flutter Upi Package Build Error

Execution failed for task ':upi_pay:compileDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction

How to solve error on releasing app bundle in flutter as given below

I am a Flutter newbie,
I was trying to release the build of an app but I am getting the below error on entering the flutter command "flutter build appbundle" on my mac.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:signReleaseBundle'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> Failed to read key upload from store "/Users/drole/Desktop/snackbar/android/app/key.jks": Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available
How to resolve the above error, surfed internet but I don't get a proper solution.

Error while running GitHub action android

GitHub action build failed with the below exception
> Task :app:spotlessKotlinCheck FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:spotlessKotlinCheck'.
The following files had format violations:
app/src/androidTest/java/com/example/androiddevchallenge/ExampleInstrumentedTest.kt
While I running this locally
./gradlew :app:spotlessKotlinCheck
It shows build success.
How to fix this?

Ionic cordova Execution failed for task ':transformClassesWithDexForDebug'

I am trying to build my ionic app and get the following error.
Error: /Applications/MAMP/htdocs/ionic/newBuild/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/app/NavUtils$NavUtilsImpl;
Does anyone know how to fix?
I found the issue to be the document viewer plugin I removed this and the support-v4.jar which this plugin depended on and is now fixed.

Categories

Resources