forked from JaneaSystems/nodejs-mobile-cordova
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I have been unable to use this plugin in Linux (Ubuntu 24.04) or Windows 11 with Cordova 11 or 13. My project typically compiles under these dependencies:
| Name | Version | Download |
|---|---|---|
| Android Studio | 3.0 | https://developer.android.com/studio |
| Android version | 4.4 | ARM: https://developer.android.com/topic/generic-system-image/releases X86: https://www.android-x86.org/download |
| Android SDK | User: Android 4.0 to 8.0 Dev: 14 to 26 | https://stackoverflow.com/questions/37505709/how-do-i-download-the-android-sdk-without-downloading-android-studio |
| Java Development Kit (JDK) | 17 | https://www.oracle.com/java/technologies/downloads/ |
| Javascript | ES2016 | Brave: https://brave.com/ Chrome: https://www.google.com/chrome/ |
| Python | 3.10 | https://www.python.org/downloads/ |
| Gradle | 4.4.1 (Tenkit) | https://gradle.org/next-steps/?version=9.2.1&format=all |
| NWJS SDK | 0.29.0 | https://nwjs.io/ |
| Cordova | 11.0 | https://www.npmjs.com/package/cordova npm install -g cordova sudo npm install -g cordova |
| NodeJS | 20.19.6 | https://nodejs.org/en/download |
In my project, I couldn't get fs or path to work correctly with an APK package. All my other calls would work except when I used NodeJS or NWJS calls.
I started a new project using the example with an updated version with NodeJS 24.11.1 with Cordova 13.
$ cordova create HelloCordova
$ cd HelloCordova
$ cordova platform add ios
$ cordova plugin add nodejs-mobile-cordova
$ cordova plugin add cordova-plugin-console
I substituted with Android instead, but it didn't work. I had no success with either.
Anything could be helpful on how to fix it.
Metadata
Metadata
Assignees
Labels
No labels