We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FAILURE: Build failed with an exception.
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' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FAILURE: Build failed with an exception.
Execution failed for task ':app:processDebugResources'.
Code :
implementation 'com.github.MasayukiSuda:BubbleLayout:v1.2.2'
maven { url 'https://www.jitpack.io' }
The text was updated successfully, but these errors were encountered: