https://github.com/ryaa/camera-plugin-config-not-merged
https://github.com/ryaa/camera-plugin-config-not-merged
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryaa/camera-plugin-config-not-merged
- Owner: ryaa
- Created: 2023-07-19T10:35:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T10:51:48.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T13:35:57.981Z (over 1 year ago)
- Language: SCSS
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is the repository to reproduce the issue when some cordova camera plugin are not merged into the resulting AndroidManifest.xml
# Prerequisities
* [Node.js](http://nodejs.org/) - install node version 18.15.0 (see the installation instructions on the site) or issue `nvm install` (if nvm is used) which will install the required node version
* (if using nvm) Switch to node 18.15.0 by issuing `nvm use 18.15.0` (you may want to make this default node version)
* [npm](https://www.npmjs.com/) - install the latest npm version 9.6.x (for example, 9.6.4 by issuing commands `npm install -g npm@9.6.4`)
* [Ionic CLI](http://ionicframework.com/docs/cli/install.html) - install the latest stable ionic cli version 7.0.x (for example, 7.0.1 by issuing commands `npm install -g @ionic/cli@7.0.1`)
* Install Capacitor Required Dependencies for Android Development (see https://capacitor.ionicframework.com/docs/getting-started/dependencies/)
# Instructions
## Initial setup
1. clone the source code repository
2. change to project repository directory (the directory where you cloned the repo)
3. execute the command `npm install`
4. to build and run the app execute the command `ionic capacitor build android` to open projects in Android Studio, then build and run from there