Questions tagged [phonegap-cli]

phonegap-cli is the Command Line Interface for Phonegap. It is an open-source, cross-device mobile development platform. It uses HTML, JavaScript, and CSS to create applications. Functionality is achieved through plugins. It is synonymous with Cordova.

233 questions
0
votes
0 answers

Why my app doesn't see any beacons when uploaded to phonegap

I build a mobile app in EvoThings that scans for beacons. But when I upload to PhoneGap Build, the app doesn't scan anything. And there is no plugins on the Phonegap Website. here is my config.xml file. I just added all the plugins for bluetooth and…
Octtavius
  • 563
  • 8
  • 29
0
votes
0 answers

PhoneGap native app error. "Illegal access"

I am new to PhoneGap app development framework. I created a simple app which picks up user location and plots it on Google map. I am using PhoneGap desktop app, and I am able to run my app on IE and Firefox by pinging the IP. But it throws an error…
0
votes
1 answer

PhoneGap doesn't want to use REST service no matter what I do

I have a PhoneGap app that I am using AngularJS with. I'm using a pretty simple $http call to my Node backend: $http.get("http://localhost:6969/random") .then(function(response) { $scope.images = response.data; }); No matter what,…
Jaron Thatcher
  • 814
  • 2
  • 9
  • 24
0
votes
1 answer

Phonegap/Cordova building APK exit code 1?

Ive finnished a final year project using phonegap on OSX and i want to make a APK for user testing. When i've been testing the app on my android tablet i use phonegap run android // or // cordova run android it builds and goes onto my android…
Rlemm1991
  • 505
  • 1
  • 7
  • 20
0
votes
1 answer

PhoneGap Build is using wrong index.html file

When I upload my PhoneGap project to PhoneGap Build, install and launch the app, the wrong index.html file is being used. The config file has: In my project, the www files look…
fanfavorite
  • 5,128
  • 1
  • 31
  • 58
0
votes
1 answer

PhoneGap GPS detect plugin not working

I am creating a Android mobile app using phonegap cli. It requires GPS to be enabled. I tried this plugin gps detect from npm that will open Location settings if GPS is not enabled.It is not working even if I tried on of default template phonegap…
JessieBear
  • 133
  • 1
  • 14
0
votes
0 answers

Phonegap CLI upgrade

Good day. Please I am kinda new to cordova and phonegap. I built a mobile app using phonegap sometime ago. Now I noticed that I still see the "we recommend you upgrade to phonegap 5.2.0-cli" message even after editing my config.xml file. Can…
I-WIN
  • 1
0
votes
1 answer

'Inappbrowser plugin already exists' when building phonegap app

I understand that this is related to duplicate files in the project but I just can't find the files and I have deleted barely everything that could be related to this problem. I deleted inside 'plugins' folder and don't understand if I should be…
Fane
  • 1,978
  • 8
  • 30
  • 58
0
votes
1 answer

Install different versions of Phonegap app on same device?

We are developing an app using Phonegap. We have several different versions stored as different git branches that are sorta being developed simultaneously. What I would like to do is be able to cordova build android one branch, install on device,…
lola_the_coding_girl
  • 843
  • 2
  • 10
  • 22
0
votes
2 answers

Phonegap remote build: where is the apk file?

I'm using Phongap v. 6 on Windows 7 x64 for creating Android apps. I'm trying to build remotely in this way (obviously using a valid Adobe ID): phonegap remote build andriod The process is successful but where I can find the apk file? Thanks
0
votes
1 answer

Cordova Phonegap says android target is missing

I'm working on a Phonegap webapp which I want to install on my android device. My Webapp is an working example that doesn't bug on other systems. I have installed Android SDK. Especially android-22 and android-23 are installed correctly. cordova…
Julisch
  • 308
  • 1
  • 16
0
votes
2 answers

window.open in PhoneGap app on iOS: This app is not allowed to query for scheme file

I have a hybrid app developed with DevExpress and PhoneGap. I try to open a local jpeg image via window.open('file:///var/mobile/Containers/Data/.../image.jpg', '_system'); but it does not work (anymore) on iPhone and iPad (latest iOS 9 version),…
Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192
0
votes
0 answers

Cordova Build Version in XCode

I'm using Cordova 6.0. I'm developing for iOS. I'm using XCode 7.3. I have my widget specified like this config.xml:
Playforward
  • 560
  • 2
  • 6
  • 21
0
votes
0 answers

Where to find what goes into config.xml in cordova for a plugin (for FileOpener2)

I'm having a problem with a specific plugin in cordova (actually phonegap but same thing-ish right?). I think i'm missing some fundamental knowledge of how to set up plugins but I can't seem to figure out where this exists. So. In my app i have…
Dallas Caley
  • 5,367
  • 6
  • 40
  • 69
0
votes
1 answer

Android Pre Dex: [XYZ.jar] Caused by: java.lang.UnsupportedClassVersionError: com/android/dx/command/dexer/Main

I am working on PhoneGap framework and trying to load old project of phonegap in IntelliJ 14. When I load project, continuously getting the error : java.lang.reflect.InvocationTargetException . . . . . . Android Pre Dex: [xyz.jar] Caused by:…