mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
feat: calendar plugin
This commit is contained in:
committed by
Rainer Killinger
parent
080e6fa3e8
commit
a57c3029df
14
PITFALLS.md
14
PITFALLS.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user