1,271 questions
0
votes
0
answers
32
views
Skip or Change Default Cordova Icon from loading screen or splash screen
I’m using “Cordova 12.0.0 ([email protected])”. In this version after running app, a loading screen or splash screen with cordova default icon shows every time. Now I want to avoid or skip this page ...
1
vote
0
answers
59
views
Why is Cordova build android not working?
I’m trying to run Cordova build android , and it’s saying I should install android build tool v34.00 while I have v35 installed
FAILURE: Build failed with an exception.
Where:
Script 'C:\Users\LAPTOP\...
1
vote
0
answers
180
views
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0, Gradle v7.6 is only installed and required
I have installed the latest version of cordova on windows 10.
I have installed the required version of gradle which is gradle 7.6
When run cordova build android i get the following error.
Deprecated ...
6
votes
6
answers
18k
views
Cordova could not load API for android project
I've been trying to run android project using Visual Studio 2017 and Cordova. When i try to run the app on the android emulator from command prompt it doesnt work and said that it could not load API ...
1
vote
0
answers
173
views
Connecting to node.js backend using Cordova
I am trying to build an iOS and Android (hybrid app) using Cordova, where the app will be using the HTML framework for front end, and node.js backend. However, I cannot figure out the folder/file ...
1
vote
1
answer
2k
views
Getting apksigner error - MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET while uploading apk file in Google Play store
Getting below error while uploading .apk file in Google Play Store
ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed ...
0
votes
2
answers
529
views
Share image to Facebook using Cordova SocialSharing plugin with link attached
I'm using SocialSharing Plugin for cordova, to allow my Android App to share an image directly to user's news feed.
I have read all the documentation and found no way to make it share like this app ...
0
votes
0
answers
349
views
Ionic cordova build error with platforms errors [[ERROR] An error occurred while running subprocess cordova.]
This is the error even after removing and adding the android platform to build the ionic cordova app
92% additional asset processing scripts-webpack-plugin
ENOENT: no such file or directory, open 'C:\...
2
votes
3
answers
9k
views
can import React, but not useState?
I am attempting to write a cordova app with ts and react by starting with the boilerplate:
https://github.com/davidgerrard/cordova-react-typescript-webpack-boilerplate
The cloned code works fine, but ...
1
vote
0
answers
112
views
Error: Type CodePush does not have 'ɵmod' property
Hi I was trying the codepush plugin in my cordova app.
I created the new blank app with Cordova angular and I install the plugins.
The problem is whenever I start using the plugin there's no error but ...
1
vote
0
answers
412
views
Visual Studio Code Apache Cordova Debugging Using Android Emulator
This is the error message when debugging on emulator:
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=C:\Users\astef\AppData\Local\Android\Sdk (recommended
setting) ANDROID_HOME=C:\Users\...
0
votes
2
answers
496
views
Build failed with CMD line --ionic cordova build android
I am facing issues and not able to find solution. Created an simple app with Ionic and cordova, Setup all enviroment variable { like JAVA_HOME, Android/sdk, Platform-tool, Gradle} and as usual ionic ...
1
vote
1
answer
774
views
Getting white-screen on emulator using cordova
I have developed a web application in angular.I want to convert it into android application.
Whenever I run the command "cordova run browser" it is working fine but as soon as I run the ...
0
votes
1
answer
614
views
Running Android emulator from Ionic
I am trying to run an Android emulator in my mac from the Ionic project through the command prompt. I have all setup of the android studio and its running well. However, when I try to generate the ...
1
vote
1
answer
1k
views
How to configure Content Security Policy and whitelist plugin for cordova to fetch local files
Getting the error Cross origin requests are only supported for HTTP on iPhone cordova/phonegap app. This works fine on Android.
var url = 'info.json'; // a localhost file in the www folder
var jqxhr ...