feat: calendar plugin

This commit is contained in:
Thea Schöbl
2022-01-31 15:57:38 +00:00
committed by Rainer Killinger
parent 080e6fa3e8
commit a57c3029df
54 changed files with 2880 additions and 70 deletions

View File

@@ -18,6 +18,20 @@ in line `var distributionUrl = process.env['CORDOVA_ANDROID_GRADLE_DISTRIBUTION_
'https\\://services.gradle.org/distributions/gradle-4.1-all.zip';`
* Repeat this for file `StudioBuilder.js`
#### Problem
`android.support... not found` on build
#### Solution
```
npm install jetifier
npx jetify
npx cap sync android
```
[more here](https://stackoverflow.com/questions/62195760/ionic-capacitor-build-cannot-find-symbol-android-support-v4-app-activitycompat)
### Run platform iOS
#### Problem