Where is the source of the *.apk build error: "Gradle plugin is deprecated"?

Hello everybody!

  1. SDK Version: 43.0.2
  2. Platforms: all
  3. Tags: Distribution, deployment

An error occurred while building the *.apk file. I insert the log below:

Where is the source of the apk build error - my device or expo?

I understand correctly - the reason is “Gradle plugin deprecated”? Where can I find it and how do I update it?

Here are the expo diagnostics:

This is the first build of apk for this application. Therefore, there is nothing to compare with yet.

Build e282c0f4

I would be grateful for your help.

This is the error:

What colours do you have defined in e.g. your app.json?

1 Like
    "splash": {
      "image": "./assets/images/splash.png",
      "resizeMode": "cover",
      "backgroundColor": "#0fabe8"
    },

"android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/images/adaptive-icon.png",
        "backgroundColor": "#0280d4"
      },
    },

    "androidStatusBar": {
      "barStyle": "light-content",
      "backgroundColor": "#0fabe8"
    },

Yes, I found it - the color is written with two “## …”

√ Build finished.

Thanks to!

1 Like

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