You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkAmazonDebugAarMetadata'.
> Could not resolve all files for configuration ':app:amazonDebugRuntimeClasspath'.
> Failed to transform react-android-0.74.2-debug.aar (com.facebook.react:react-android:0.74.2) to match attributes {artifactType=android-aar-metadata, com.android.build.api.attributes.BuildTypeAttr=debug, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for JetifyTransform: /Users/marius/.gradle/caches/modules-2/files-2.1/com.facebook.react/react-android/0.74.2/674c8797ed95ff3d5910d680af97855d1173dd/react-android-0.74.2-debug.aar.
> Java heap space
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:checkAmazonDebugAarMetadata'.
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:38)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
The text was updated successfully, but these errors were encountered:
Description
When i install
react-native-iap
i started getting build failings on Android using ExpoExpected Behavior
Build should not fail
Screenshots
Expo Plugin config:
These are the changes i noticed in Android folder (Before / After)
Environment:
To Reproduce
Steps to reproduce the behavior:
expo run:android
[Optional] Additional Context
Stacktrace
The text was updated successfully, but these errors were encountered: