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

Android resource linking failed, incompatible with attribute bl_cornersRadius #30

Open
Ramaraju1992 opened this issue Feb 4, 2022 · 0 comments

Comments

@Ramaraju1992
Copy link

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:processDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Android resource linking failed
ERROR:/Users/ram/Desktop/Ram/workspace/reactnative/android/app/src/main/res/layout/text_row_left.xml:45: AAPT: error: '16' is incompatible with attribute bl_cornersRadius (attr) reference|dimension [weak].

Code :

<com.daasuu.bl.BubbleLayout
            android:padding="12dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:bl_arrowDirection="left"
            app:bl_arrowHeight="11dp"
            app:bl_arrowPosition="14dp"
            app:bl_arrowWidth="6dp"
            app:bl_cornersRadius="16"
            app:bl_strokeColor="@color/grey_1"
            app:bl_strokeWidth="1dp">

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:maxWidth="200dp"
                android:textColor="@color/black"
                android:textSize="14sp" />
        </com.daasuu.bl.BubbleLayout>

implementation 'com.github.MasayukiSuda:BubbleLayout:v1.2.2'

maven { url 'https://www.jitpack.io' }

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