sanketwarule / zebra_scanner_plugin

BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

AAPT: error: resource android:color/system_neutral1_300 not found. #3

Closed iPatel007 closed 1 month ago

iPatel007 commented 1 year ago

When I tried to create apk file by using terminal flutter build apk getting below error.

FAILURE: Build failed with an exception.

BUILD FAILED in 1m Running Gradle task 'assembleRelease'... 61.3s Gradle task assembleRelease failed with exit code 1

singh-sukhdip commented 1 year ago

I am also facing the same issue. Did you solve it?

haitham-alabdullah commented 1 year ago

Declare your manifest header like this:

<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools">

add this line under applicationtag:

tools:replace="android:name, label"
sanketwarule commented 1 month ago

Hello everyone,

I want to let you know that I currently do not have access to a Zebra scanner device. However, I've developed a Zebra scanner integration and made it available publicly here.

I encourage you to explore the project, contribute, and help enhance its functionality. Your contributions will not only help improve the project but also benefit other developers in the community.

Thank you for your support and collaboration!

Best regards, Sanket Warule