Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema com permissao de escrita nos testes #97

Open
ErickBrth opened this issue May 2, 2024 · 0 comments
Open

Problema com permissao de escrita nos testes #97

ErickBrth opened this issue May 2, 2024 · 0 comments

Comments

@ErickBrth
Copy link

══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following FileSystemException was thrown while running async test code:
Creation failed, path = '/C:' (OS Error: Read-only file system, errno = 30)

o que fiz:

adicionei as linhas no AndroidManifest.xml na pasta main:
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">

segue o arquivo AndroidManifest.xml completo:

    </activity>
    <!-- Don't delete the meta-data below.
         This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
    <meta-data
        android:name="flutterEmbedding"
        android:value="2" />
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant