Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6931b6e

Browse files
chore(update-plugins): Fri May 31 08:06:08 UTC 2024
1 parent 43ea157 commit 6931b6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎plugins/pdf.md

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

38+
### Android
39+
40+
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.
41+
42+
```
43+
packagingOptions {
44+
pickFirst 'lib/*/libc++_shared.so'
45+
}
46+
```
47+
3848
## Usage
3949

4050
### Core

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /