Why is the SMSbuilder plugin unsupported by phoneGap Build? - plugins

I just tried to upload a test app on PhoneGap Build, which contains the plugin SMS Builder, which is included in the supported plugins list on the PhoneGap Build website. I added it to the config file like so -
But when I try to build it, it gives me "plugin unsupported: com.arnia.plugins.smsbuilder"
Why does PhoneGap Build shows it is unsupported, if it's in the list of supported plugins?

Related

Importing Eclipse project (with third-party libraries) to Android Studio 1.0

I have developed an Eclipse project (a game based on libgdx). I have included LibGdx library, Facebook SDK and google-play-services_lib. My game uses facebook "share" function and AdMob ads.
After developing it, I made documentation for this project, and I included the link for downloading Eclipse+adt for my client. But when he had followed to this link, he was forced to download Android Studio, not Eclipse. And now I don't know how to import this project to Android Studio.
I tried to import, it was imported well with right project structure.But when I click "Run" button, there are many errors occurs. All third-party libraries are unknown for Android Studio, many classes are not found, etc. I don't know how to setup Android Studio for LibGdx and AdMob (google play services).
You need to include the 3rd party libraries as dependencies in your build.gradle file.
The process is explained very well in the documentation.

Cordova Social Sharing Plugin not working in NetBeans 8 Cordova Build

I installed Social Sharing Plugin using Command Prompt in my cordova 3.3 project of NetBeans 8
https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
After successful plugin installation. The social sharing plugin is listed in the plugins folder. But when is try to build and run the app. Netbeans builder automatically removes the installed social sharing plugin. Check the log below
check-android-template:
check-cordova-version:
check-cordova-project:
upgrade-to-cordova-project:
create-android:
update-plugins:
cordova.cmd plugins
cordova.cmd -d plugin remove nl.x-services.plugins.socialsharing
Calling plugman.uninstall on plugin "nl.x-services.plugins.socialsharing" for platform "android"
Uninstalling nl.x-services.plugins.socialsharing from android
Beginning processing of action stack for android project...
NetBeans' build process parses list of plugins declared via Project properties (for so-called "core" plugins known by NetBeans) or from plugin.properties file (actually in project properties NetBeans reads this file and display/adds core plugins from/to it). Have a look at this screenshot, it says that you can add custom plugins by modifying nbproject/plugins.properties file. If you add the Social sharing plugin to this file, you should be OK.

Error setting up project with latest version of jQuery Mobile and MDS AppLaud for Eclipse

I am starting with PhoneGap development. I had set up Eclipse-ADT bundle and MDS AppLaud plugin. When creating a new PhoneGap project, I can chose built-in versions of PhoneGap (1.4.1 to 1.9) and jQuery Mobile 1.1. There's an option to use already installed versions for each one. No problem whith PhoneGap 3.4, but with jQuery, I have this error:
All .js and .css files in the jQuery Mobile directory
/foo/bar/jquery.mobile-1.4.2 must have the same version number of the
form jquery.mobile-{version}.*
I removed Demos directory and min versions of css and js, but I still get the same error, maybe because there are some more css files with the form jquery.mobile.something-1.4.2.css
How can I solve this error using latest jQuery Mobile?
Thanks
I had the same problem, but when I delete everything without /images/ folder and these: jquery.mobile-1.4.5.css, jquery.mobile-1.4.5.min.css, jquery.mobile-1.4.5.js, jquery.mobile-1.4.5.min.js and everything works great with Eclipse. :)

Where to put native code for Phonegap 3.0 plugin?

I just upgraded one of my projects to PhoneGap 3.0 and was wondering the proper methodology for developing a custom plugin. I'm following the Echo plugin example from the developer docs. Should the Echo.h and Echo.m files go in the Plugins folder in the project root, or within the Plugins folder for the specific platform being built?
I tried Echo Plugin for iOS and it's working for me. I put Echo.h and Echo.m under platforms/ios/TestProject/Plugins/. Root folder plugins keep plugins your download from command line. It will be auto installed when you make iOS, Android or other platforms.

plugin for blackberry app using phonegap

I am confused which plugin to install
1-http://www.blackberry.com/go/eclipseUpdate/3.6/web--blackberry webworks sdk and plugin
2-http://www.blackberry.com/go/eclipseUpdate/3.6/java--blackberry java plugin and sdk
First plugin was not getting installed so I installed second one but didn't know where to place html,js pages.
Here http://wiki.phonegap.com/w/page/31930982/Getting%20Started%20with%20PhoneGap%20BlackBerry%20WebWorks ,it was written to install first plugin so is it not possible to use html pages with second plugin as first plugin was not getting installed .I have mentioned the problem with plugin here cannot install blackberry webworks plugin in eclipse