Skip to content

Bug? : AndroidManifest can't compile when installing package flutter_sound #1106

Answered by Sangiovanni
Sangiovanni asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Again I find my solution, needed to change my manifest a bit :

I'm using visual studio code and when i create a new flutter project I have this basic manifest wich cause the issue:

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <application
        android:label="test_fast"
        android:name="${applicationName}"
        android:icon="@mipmap/ic_launcher">
        <activity
            android:name=".MainActivity"
            android:exported="true"
            android:launchMode="singleTop"
            android:taskAffinity=""
            android:theme="@style/LaunchTheme"
            android:configChanges="orientation|keyboardHidden|keyboard|screenSize|sma…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Sangiovanni
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants