jaimecbernardo / lmarcelocc-cordova-nodejs-sqlite3

Fork of https://github.com/lmarcelocc/cordova-nodejs-sqlite3 to fix building it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Acknowledgments

About The Project

Try to update GMM to cordova 12.

(back to top)

Built With

Ionic:

Ionic CLI                                      : 6.11.11
Ionic Framework                         : not installed
@angular-devkit/build-angular : 16.2.6
@angular-devkit/schematics     : 16.2.6
@angular/cli                                 : 16.2.6
@ionic/angular-toolkit                 : 9.0.0

Cordova:

Cordova CLI           : 12.0.0 (cordova-lib@12.0.1)
Cordova Platforms : android 12.0.0
Cordova Plugins     : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 3 other plugins)

Utility:

cordova-res                                       : not installed
native-run (update available: 2.0.0) : 1.2.1

System:

Android SDK Tools : 26.1.1
ios-deploy               : 1.11.3
NodeJS                   : v18.18.2
npm                         : 9.8.1
OS                           : macOS
Xcode                     : Xcode 15.0.1 Build version 15A507

(back to top)

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • JAVA 21

    jenv add {path_to_your_java21}
  • NodeJS 18 (LTS Hydrogen)

    nvm install 18 --lts
  • NDK 24.x && SDK Build Tools 24.x

    install it from Android Studio -> SDK Manager
  • Gradle 8.4
    Build time: 2023-10-04 20:52:13 UTC
    Revision   : e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
    Kotlin        : 1.9.10
    Groovy     : 3.0.17
    Ant            : Apache Ant(TM) version 1.10.13 compiled on January 4 2023
    JVM          : 21 (Eclipse Adoptium 21+35-LTS)
    OS             : Mac OS X 13.6.1 x86_64

Installation

  1. Clone the repo (or ssh)
    git clone https://git.gaf.de/MCarvalho/gmm-cordova-12.git
  2. Add platform
    ionic cordova platform add android@12.0.0
  3. Install NPM packages
    npm i && cd nodejs-project && npm i

(back to top)

Usage

After all required steps, do an ionic cordova prepare android and open the project on the Android Studio. Be sure that Gradle 8.4, Java 21. Try to perform a build.

(back to top)

Roadmap

  • Help
  • [] Find solution

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

(back to top)

License

(back to top)

Contact

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

Fork of https://github.com/lmarcelocc/cordova-nodejs-sqlite3 to fix building it


Languages

Language:TypeScript 44.7%Language:SCSS 36.9%Language:JavaScript 11.9%Language:HTML 6.6%