You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ Let's create a simple app that integrates PSPDFKit and uses the Flutter pspdfkit
34
34
```local.properties
35
35
sdk.dir=/path/to/your/Android/sdk
36
36
flutter.sdk=/path/to/your/flutter/sdk
37
-
pspdfkit.password=YOUR_MAVEN_KEY_GOES_HERE
38
37
flutter.buildMode=debug
39
38
```
40
39
@@ -398,17 +397,3 @@ The verbose mode of flutter doctor is even more helpful; it prints out extensive
398
397
### CocoaPods Conflicts With Asdf
399
398
400
399
If [asdf](https://github.com/asdf-vm/asdf) is installed in your machine it might create problems when running Cocoapods, and Flutter will erroneusly suggest to install CocoaPods via brew with `brew install cocoapods`. This won't work because for this specific configuration CocoaPods needs to be installed via [RubyGems](https://rubygems.org/). To fix this configuration issue just type `gem install cocoapods && pod setup`.
401
-
402
-
## Error When Running on Android: Cannot Find Symbol `PSPDFKit`
403
-
404
-
Verify that your Maven key has been correctly inserted in your `myapp/android/local.properties`
405
-
406
-
```local.properties
407
-
sdk.dir=/path/to/your/Android/sdk
408
-
flutter.sdk=/path/to/your/flutter/sdk
409
-
pspdfkit.password=YOUR_MAVEN_KEY_GOES_HERE
410
-
flutter.buildMode=debug
411
-
```
412
-
413
-
Make sure that the Maven key has not been confused with the license key. The Maven key is generally shorter and for demo licenses it starts with `TRIAL-`.
Copy file name to clipboardExpand all lines: android/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,8 @@ Upon opening the Flutter example project for the first time inside Android Studi
18
18
sdk.dir=/path/to/your/android/sdk
19
19
ndk.dir=/path/to/your/android/sdk/ndk-bundle
20
20
flutter.sdk=/path/to/your/flutter/sdk
21
-
22
-
pspdfkit.password=YOUR_PSPDFKIT_MAVEN_PASSWORD
23
21
```
24
22
25
-
The `pspdfkit.password` should be set to the PSPDFKit Maven download credentials that you received while [requesting a PSPDFKit demo](https://pspdfkit.com/try) or from your [PSPDFKit customer portal](https://customers.pspdfkit.com).
if (pspdfkitPassword ==null|| pspdfkitPassword =='') {
34
-
thrownewGradleException("PSPDFKit password was not specified. The password is required to download the PSPDFKit AAR file into your project. Please specify as pspdfkit.password inside the local.properties file.")
0 commit comments