Playstore error: App Bundle contains native code, and you've not uploaded debug symbols

后端 未结 5 516
遥遥无期
遥遥无期 2020-12-29 18:03

When I want to release a new flutter app bundle to the Playstore. I get this error: "This App Bundle contains native code, and you\'ve not uploaded debug symbols. We re

5条回答
  •  情深已故
    2020-12-29 18:57

    Before you can upload debug symbols files, you must be using Android Gradle plugin version 4.1 or higher.

    Looks like it will come only with Android Studio 4.1, because I can only get Gradle 4.0.0 automatically now.

    So I suggest you to return classic Play console and it will let you through :)

提交回复
热议问题