Skip to content

Error on AndroidManifest.xml #7106

@SimonSoftware

Description

@SimonSoftware

Can we access your project?

  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

Current Behavior

There's an error on AndroidManifest.xml syntax
` <application
android:label="Fly Casting Training System"
tools:replace="android:label"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"

`

Expected Behavior

Success compile

Steps to Reproduce

Click on Publish on Android Store

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

IT8sksn64ot1xMtK0LrUbPl7/WAWHEw/a7gRl9VQEAIcF5SuBIl2e8zRNlhvYOHia1NIHVr8jmYK+aHMhvKfU/k3AxKCGaZ/1q9XdxWXXnquMKalEc+WdHJRGe5jfRzF4aSv2SJND/NzWEEj12WHf+SvEyrcJ4TUIUUNB86hNdn4nEKlLBzsUzgxwS04HmreTI5ODEz25eKMrop5yfj/0w==

Visual documentation

Click on Publish on Android Store

Environment

- FlutterFlow version: latest
- Platform: ios
- Browser name and version: chrome latest
- Operating system and version affected: ---

Additional Information

Give an error because the > character is after a new line

This works for me

<application android:label="Fly Casting Training System" tools:replace="android:label" android:icon="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true"> <-- !check -->

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions