Skip to content

Commit 29c7b95

Browse files
chore(update-plugins): Fri May 31 08:04:49 UTC 2024
1 parent d614d26 commit 29c7b95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/plugins/pdf.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ A simple PDF viewer. It conveniently uses the iOS `WKWebView`, and for Android i
3636
npm install @nativescript/pdf
3737
```
3838

39+
### Android
40+
41+
If there is an error building `':app:mergeDebugNativeLibs'`, message `2 files found with path 'lib/arm64-v8a/libc++_shared.so'`, add this in your `app.gradle` file in the android {} section.
42+
43+
```
44+
packagingOptions {
45+
pickFirst 'lib/*/libc++_shared.so'
46+
}
47+
```
48+
3949
## Usage
4050

4151
### Core

0 commit comments

Comments
 (0)