Photoviewer not working intel xdk build - intel-xdk

How can i build image viewer using intel xdk.
I tried
https://github.com/sarriaroman/photoviewer
plugin.
but when building it says gradle script not supporting. Similar issue when i am using crosswalk. Any help

The XDK builder does not support plugin gradle scripts; which means you cannot include such plugins in your app. See this FAQ for details > https://software.intel.com/en-us/xdk/faqs/cordova#gradle-build-error <

Related

Import custom cordova plugin into IBM Mobile First version 7.1 using Eclipse

How to import custom cordova plugin into IBM Mobile First version 7.1 project using Eclipse?
The custom Cordova plugin's native files and associated Javascript files will need to be added manually into the MFP 7.1 Hybrid project in the Studio.
Please follow this blog for the steps needed to include a custom plugin :
https://mobilefirstplatform.ibmcloud.com/blog/2015/08/03/integrating-3rd-party-cordova-plug-ins/
Steps on creating a custom plugin from scratch and associated configurations ( with a working sample) is available here:

develpo mobile apps using ionic and intel xdk

I want to create mobile apps using ionic and intel xdk.
I have already installed Intel XDK but there is no options for Ionic.
I tried to install Ionic by going to the projects page and then clicking on the "Add bower Packages", but it show that
packages not available right now, try again later..
please anyone help me about how can I develop mobile apps using Ionic framework and Intel XDK
thank you
Use this starter template for Creating Ionic project with Intel SDK..
https://github.com/Reinsys/intel-xdk-ionic-angularjs-starter-template
Open the unzipped folder
Open intel-xdk-ionic-angularjs-starter-template-masterfolder
Copy IonicProjectStarter folder to your projects directory and rename to "YourProjectName"
Open "YourProjectName" and rename "IonicProjectStarter.xdk" to "YourProjectName.xdk"
Open your IntelXDK software
Under Projects tab of IntelXDK, click OPEN AN INTEL XDK PROJECT
Browse to "YourProjectName" folder in your projects directory
Click and open "YourProjectName.xdk"
Ionic and intel xdk is a good way to start, debug and test hybrid application.Ionic is basically combination of html 5 and cordova with little extra on the top.
What you need to do is select HTML5 + CORDOVA project.

How to install ADT 11.0.0 on Eclipse(helios)

I am a Fresh developer of Android application,
can anyone please help that how i can install ADT 11.0.0 on Eclipse(Helios),
i tried my best at least two days to overcome on this issue,but this error is coming continually that conflicting dependency is present.
First Method:
I tried to put ADT 11.0.0 offline in eclipse but this is not affecting,means i just copy paste plugin and features folder of ADT 11.0.0 in eclipse(helios)..
SECOND METHOD:
I used this URL http://dl-ssl.google.com/android/eclipse/ to install ADT 11.0.0 online,
Here is screen shots,
![This is an error which i am facing through online installation.]
I shall be very thankful if anyone helps me..........
Thanking you,
HelperANDFinder.
#HelperAndFinder, you can directly download Eclipse ADT bundle, advantage is that:
With a single download, the Eclipse ADT bundle includes everything you need to begin developing apps:
Eclipse + ADT plugin
Android SDK Tools
Android Platform-tools
A version of the Android platform
A version of the Android system image for the emulator
Means you don't need to install ADT separately, just you need to download this bundle and your job done.
http://developer.android.com/sdk/index.html
That is one way, other way is:
Update an Eclipse IDE for Android development, in which you are more
interested. Kindly look into this link to see step by step procedure:
Click here - This link provides step by step guidance on same.
And for exploring Android in detail with to the point then check out this link:
And to give you high level overview then
Eclipse is IDE which supports Android App Development through plugin or as Complete package which is the first way.
Androi SDK - A Software Development Kit that enables developers to create applications for the Android platform. The Android SDK includes sample projects with source code, development tools, an emulator, and required libraries to build Android applications. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linuxkernel.
ADT - ADT (Android Developer Tools) is a plugin for Eclipse that helps you to develop Android applications quickly. ADT provides GUI access to many of the command line SDK tools as well as a UI design tool for rapid prototyping, designing, and building of your application's user interface means just drag and drop thing is there to come up with basic layout for your application like we did in swing, and AWT kind of application. It's more than that just explore it more...;)

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.

Is it possible to install Bada SDK into eclipse?

I'd like to know if it is possible, because I'd prefer to have only one eclipse running on my computer.
Thanks a lot.
The Bada SDK development tool seems to be a full RCP (Rich Client Platform) application, not a simple Eclipse plugin. Its installation procedure supports only a stand-alone mode.
You can check out its sources (423Mo) at opensource.samsung.com (type bada in the search field) and see how the project is actually structured.