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

后端 未结 5 513
遥遥无期
遥遥无期 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:45

    Could not get unknown property 'android' for project ':app' of type org.gradle.api.Project.

    You have to add it in gradle.properties not build.gradle

提交回复
热议问题