Error while building android app after expo eject > No signature of method: build_*.android() is applicable for argument types

I’ve ejected from expo and am trying to build the android app using yarn android .

I’ve installed the Android SDK version 29 and followed the steps here to setup my environment.

I’m still getting the issue

Gradle version 7.0

Error

Build file '/Users/xx/Desktop/xx/frontend/xx/android/app/build.gradle' line: 127

* What went wrong:
A problem occurred evaluating project ':app'.
> No signature of method: build_39t5dl6bfupsndt2flstdwhi8.android() is applicable for argument types: (build_39t5dl6bfupsndt2flstdwhi8$_run_closure1) values: [build_39t5dl6bfupsndt2flstdwhi8$_run_closu
re1@bba8295]
1 Like

Same issue here. Would love to know if you figured this out.

hi guys . i have the same problem . if you have find the solution please help me .

Me aswell :frowning:

1 Like

please share your project or a minimal reproducible example

1 Like

Same here. I created an expo bare project which works fine in the Expo Go client, but when I try to build, I get this error message.

same here