-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
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' }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels