cant build project in android using expo 48.

Please provide the following:

  1. SDK Version: 48
  2. Platforms(Android/iOS/web/all): android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

cant build project in android using expo 48.
its an old project but war working like a charm to expo 47.
the trace error on run gradlew is :
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.

Hi @opendevpro

Try going through the Troubleshooting build errors and crashes guide.

Also, if your app works find in Expo Go, but you have ios and android directories in your app, then your app is actually in the Bare workflow and you should switch back to the Managed workflow. The main thing you need to do if you want to switch back to the managed workflow is to delete the ios and android directories. See expo.fyi/prebuild-cleanup for more details.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.