Can we access your project?
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
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 -->
Can we access your project?
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
Bug Report Code (Required)
IT8sksn64ot1xMtK0LrUbPl7/WAWHEw/a7gRl9VQEAIcF5SuBIl2e8zRNlhvYOHia1NIHVr8jmYK+aHMhvKfU/k3AxKCGaZ/1q9XdxWXXnquMKalEc+WdHJRGe5jfRzF4aSv2SJND/NzWEEj12WHf+SvEyrcJ4TUIUUNB86hNdn4nEKlLBzsUzgxwS04HmreTI5ODEz25eKMrop5yfj/0w==
Visual documentation
Click on Publish on Android Store
Environment
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 -->