jeroentrappers / flutter_keychain

A flutter plugin for secure storage on Android via KeyStore and iOS via Keychain
Other
56 stars 41 forks source link

:flutter_keychain:verifyReleaseResources #41

Open yahu1031 opened 8 months ago

yahu1031 commented 8 months ago

When I try building the apk, I got this issue.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':flutter_keychain:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
   > Android resource linking failed
     ERROR: /Users/mr.minnu/survey/build/flutter_keychain/intermediates/aapt_friendly_merged_manifests/release/aapt/AndroidManifest.xml:2: AAPT: error: attribute 'package' in <manifest> tag is not a valid Android package name: 'flutter_keychain'.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org
Shahabmustafa commented 8 months ago

Open the AndroidManifest.xml file and text editor. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.myapp">