How to deploy Titanium Projects to Android customers? - android

I want to deliver a finished and working Titanium App to Android customers. But I can't find any documentation about how to produce something like a jar-file that I can create to directly install it on Android devices without the Android market or the Titanium IDE at hand (I can't expect my users to install Titanium IDE first, right).

When you do a build for device in titanium studio, titanium studio creates an apk file for you.
You can find this at Titanium Workspace/Your Project/Build/Android/bin/app.apk. This is the app file you want.
This file can be e-mailed to your customers, and if the android phone is set to accept apps from 3rd party locations, they can install it through this e-mail.

See the Appcelerator Wiki:
https://wiki.appcelerator.org/display/guides/Deploying+to+Android+devices
and
https://wiki.appcelerator.org/display/guides/Distributing+Android+apps

Related

I developed an android application with cordova and I want to convert it to iOS as well

I developed an android application with cordova and I want to convert it to iOS as well. Before starting my project I heard that we are able to convert same project with multiple platforms using cordova. But now I don't know how to convert my project to IOS. Can any one suggest good tutorial OR examples to do it.
And also mention what are all prerequisites to convert my android application to IOS using phone gap.
Suggest me some tutorials with examples.
First, you'll need an actual Mac computer. I suggest a MacBook Air, as they are cheaper than an iPhone. Then purchase an Apple developer license (USD 100/year) if you plan to submit this app to the App Store. Finally, you can migrate your Cordova source code to Xcode to compile the iOS version as explained in this guide:
Build Cordova iOS app from Visual Studio for Windows
The artice explains how to create a new app in Xcode and then export your source code from the Windows PC to the Mac. You can safely ignore all references to Visual Studio if you aren't using it, because it's not needed: Just follow the steps from the For your iOS app section.

How can I deploy Mobile Application Framework (MAF) in Android Studio?

How can I deploy Oracle-MAF in Android Studio?
I googled it a lot, but without avail. The only way I have found seems hard. Is there something easier?
Follow the steps .
Steps
Install android studio and create a new project (this is to enable emulator)
In jDeveloper Preference select Mobile Application Framework, select `Android platform.
Set Android SDK Location, Android Platform Location, Android Build Tools Location.
Generate Keystore entries.
Create one Deployment profile for Android (You can debug in simulator or run within your device).
Run/ Debug the application

how to build an iphone apps in phonegap online or on windows? (without mac system)

I developed android apps in phonegap and it is successfully work on all android versions now I want to run my app on iPhone which is ceated in phonegap. I know xcode IDE but its a need Mac System. I don't have mac system. I have some questions...
Q.1) can I develop and create iphone apps on a cloud for phonegap(free and license)?
Q.2) can I create ipa online?
Q.3) can we run Mac in VM, but I dont want to use that(its slow,sluggish and painful to use).
Thanks in advance.
If you want to develop for cross platform that is, Android and iOS, you can try Mobione Studio, which doesn't require Mac, it runs only on Windows.
It's a paid IDE and design studio, which has 15 days trial period.
Also, it's project structure is same as that of Phonegap, as it has Cordova base.
Q1) Yes you can.
Q2) Yes, with Phonegap BUild you get an ipa.
Q3) I don't know about this.
Be aware - like the previous reply said - you'll need to use a service to upload to iTunes if you don't have a Mac.
If you have a Mac (of any kind) you can use that to upload the ipa you build with Phonegap Build.

How to generate build for android mobile?

I have installed PhoneGap in my mac and I am able to select PhoneGap project template using Xcode. Now I my doubt is, how can I deploy the application on Android device?
Do I need to set up Eclipse and need to install PhoneGap Sdk again?
Can't I develop it on one platform and get the build for other mobile devices?
Yes you need to configure cordova on seperate platforms if you download the libraries.
Although you can use https://build.phonegap.com/
To just write code once and you will get the respective installable files for the mobile platforms.
I agree with above answer. But if you keep developing apps using Phongap you better you Install ecplipse and sdk. Then add following plugin
http://www.mobiledevelopersolutions.com/
It will generate you entire set up for application. You need to replace www folder.
Make your you also replace correct cordova js file. Because it needs to be the one created for Android.

How to run Phone Gap Application in multiple platform?

I have developed one simple application in phone-gap-android using eclipse and android SDK.
As phone-gap support multi mobile platform , I want to run this application in iPhone also.
How can i achieve it ?
For each platform you want to get a port, you need to create a project in the dedicated environment and compile application as native one for each.
Your created source should be shared between project.
Then for example :
to port your application to iPhone, you need a mac with installed Xcode, iPhone SDK downloaded and phonegap one installed.
In xcode, create a phonegap project, import your sources, compile it, and it works !
Instructions on how to set up Phonegap for each OS can be found here: http://phonegap.com/start
If you are lucky, major modifications will not be needed between the devices.
An alternative would be to try PhoneGap Build: https://build.phonegap.com/

Categories

Resources