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
Describe the bug
Building Android fails due to the following error:
> Task :app:compileDebugKotlin FAILED
e: file:///Users/xxx/Code/myProject/android/app/src/main/java/nl/mywheels/app/MainActivity.kt:69:3 'onNewIntent' overrides nothing
e: file:///Users/xxx/Code/myProject/android/app/src/main/java/nl/mywheels/app/MainActivity.kt:70:23 Type mismatch: inferred type is Intent? but Intent was expected
FAILURE: Build failed with an exception.
To Reproduce
Steps to reproduce the behavior:
In a similar Expo project where Expo v52 is installed in combination with Adyen's SDK v4.5.0
descorp
changed the title
Android build fails in combination with Expo 52 and Adyen SDK 4.5.0 - 'onNewIntent' overrides nothing
Android build fails in combination with Expo 52 and Adyen SDK 2.5.0 - 'onNewIntent' overrides nothing
Jan 13, 2025
Describe the bug
Building Android fails due to the following error:
To Reproduce
Steps to reproduce the behavior:
In a similar Expo project where Expo v52 is installed in combination with Adyen's SDK v4.5.0
yarn
npx expo prebuild --clean
expo run:android
Expected behavior
Android builds with no issues
Additional context
I suspect the Adyen's Expo plugin that injects the
onNewIntent
in setKotlinMainActivity.tsThe text was updated successfully, but these errors were encountered: