phonegap-build

How can I change the default icon of cordova/phonegap when doing remote build

落爺英雄遲暮 提交于 2019-12-12 01:47:43
问题 I developed a web application html5, javascript, jquery and ajax. The directory structure of my HelloWorld project is HelloWorld img css js index.html I zipped the HelloWorld folder and uploaded the zip file to http://build.phonegap.com for creating the apk file. I installed the app in mobile and it is working fine. The problem is how to change the default icon of my app which is assigned by Cordova or phonegap during build. I searched a lot but nearly all the answers available show the

What must I do to change default Phonegap icon when using the phonegap Build service

自古美人都是妖i 提交于 2019-12-12 01:46:55
问题 I have followed the instructions for replacing the phonegap icon. I have dutifully created properly sized icons and put them in the root folder. I visually verified that mine are the only ones that exist in the project verified the links in the config.xml point to the proper file. I then zip up the project and send it to phoneGap build AND STILL I GET THE DEFAULT ICONS. I verified this is happening whether I download via my phone or pull down the apk. The default icon is there, taunting me in

How to install my PGB app on IOS

假装没事ソ 提交于 2019-12-12 00:31:11
问题 I'm developping an application for Android & IOS with phonegap/cordova & phonegap-build. After follow this great tutorial: http://www.iandevlin.com/blog/2012/11/phonegap/building-an-ios-signing-key-for-phonegap-in-windows , I created & installed the profile on my IPAD (IOS 5.1) but when I want to install my .ipa file (with Itunes) on it, I have an error because my app need a higher IOS version. I use phonegap v3.7.0 Does anyone were able to install a phonegap app on your IOS device and is

facebookConnectPlugin is not defined - PhoneGap Build & Android

你说的曾经没有我的故事 提交于 2019-12-11 22:41:48
问题 I was able to get the facebookConnectPlugin working on iOS using PhoneGap and Ionic. The issue is that when I try to run the exact same app on Android I get the error "facebookConnectPlugin is not defined" . I'm using PhoneGap Build and am not building natively for Android. Here are the steps I've taken to try to get it working on Android: 1) Generated a new keystore. "C:\Program Files (x86)\Java\jre1.8.0_60\bin\keytool.exe" -genkey -v -keystore debug.keystore -alias androiddebugkey -keyalg

New phonegap project always list HelloWorld

血红的双手。 提交于 2019-12-11 21:53:35
问题 Hello I am trying to create new android project with phonegap, but I want not to be HelloWorld So in the console I type with this syntax: phonegap create [folder-name] [namespace] [project-name] And if I type something like this: phonegap create evilworld com.example.evilworld evilworld phonegap create new folder named evilworld, but in the config file nothing's change! it is again with the hellowrold stuff. Is someone know how may I fix that because I need to create multiple projects on my

build an html5 web app to work in BlackBerry using the phonegap build

大憨熊 提交于 2019-12-11 21:26:41
问题 I have developed a html5 jquery mobile application using the phonegap build website. It works fine on Android, iOS and Windows Phone but BlackBerry is not on the list anymore. I have searched on the net and I didn't find anything. Should I give up the BlackBerry version of my mobile app? Is there another way to do it? 回答1: PhoneGap build now only supports iOS, Android and Windows Phone 8. If you wish to build for other platforms, you will need to use Cordova locally on your machine. This blog

Cordova remote ios build fail

主宰稳场 提交于 2019-12-11 20:28:53
问题 I am trying to make a remote ios build for my one of my cordova apps, and I am always getting this error ** BUILD FAILED ** The following build commands failed: Ld build/emulator/MyApp\ HR.app/MyApp\ HR normal i386 (1 failure) Error code 65 for command: xcodebuild with args: -xcconfig,/Users/admin/.taco_home/remote-builds/taco-remote/builds/368/cordovaApp/platforms/ios/cordova/build-debug.xcconfig,-project,MyApp HR.xcodeproj,ARCHS=i386,-target,MyApp HR,-configuration,Debug,-sdk

Phonegap build - Facebook connect plugin - Invalid android_key parameter error

别说谁变了你拦得住时间么 提交于 2019-12-11 19:50:11
问题 I'm running example code (found below) through phonegap build to produce an android apk. https://github.com/phonegap-build/FacebookConnect/blob/master/example/Simple/index.html When I try to log into facebook through the app on an android device (with the facebook app installed), I get this error: Invalid android_key parameter J4INwYsuTyQ_LJc1d3WZ2HReg7M does not match any allowed android key. Configure your app key hashes at http://developers.facebook.com/apps/'app id' I have copy-pasted

build.phonegap adding splash screens

百般思念 提交于 2019-12-11 18:52:55
问题 I'm using the Ionic framework and build.phonegap to build an application for Android and IOS and having a bit of trouble with the process of adding splash screens to the application. There are quite a few tutorials to create splash screens after running "ionic build android" or "cordova build android" and then adding the splash screens, but I would like to use ONLY the www folder inside of ionic and push it through phonegap build. Is there a way / directory I can add the splash screen images

Phonegap Build API calls not firing

萝らか妹 提交于 2019-12-11 17:55:29
问题 I'm making an application using jQuery Mobile and Phonegap Build. The jQuery Mobile javascript code works fine, however the phonegap javascript code doesn't seems to be working. The application it's using a multiple html template, and I made the login the index file of the application. I'm using phonegap version 3.1.0 (current default for build service) I'm adding the following lines in the config.xml file: <gap:plugin name="org.apache.cordova.device" /> <gap:plugin name="org.apache.cordova