creating mdx for Airwatch - virtual-machine

I am creating mobile application in android and iOS. For Citrix Xen mobile user I have generated a MDX file using Citrix MDX toolkit. It is working good. Now I need to create a MDX file for Airwatch. Please can anyone tell me which tool I need to use for generating a mdx file for Airwatch both android and iOS

The MDM version for AirWatch does not generate a MDX file, MDX file is for Citrix only.
AirWatch generates APK type file for Android, and it is an Android Apk, you can directly run it on Android devices.
AirWatch provices Android SDK [AAR] for Android Developers, you can use this SDK [AAR] under Android Studio to enable the EMM functions, just like the Google Service SDK.

Related

Which version of the App Center is latest? Either Codova based or IBM MobileFirst?

IBM provides two ways to generate the App Center Mobile Client. Either using their own MobileFirst Project or Cordova Project.. Among them which is the latest version? What is the latest version of .apk that IBM provides? Whether the .apk is built using native android?
(IBMApplicationCenter.apk file is in the directory ApplicationCenter/installer)
Your Question : IBM provides two ways to generate the App Center Mobile Client. Either using their own MobileFirst Project or Cordova Project
Answer: Pure Cordova based is a new one. So, with this there is no dependency on Worklight studio. You can build the project using android studio.

Build an android app on Windows Device

I have an Android app build using Ionic Framework. Now, how to deploy and test that android app on Windows phone (what tools are to be used and steps followed)..
1.Get Windows 8 OS.
2.Download and Install Microsoft Visual Studio Update 4
3.Then From there, you can use the IDE to create Cordova or Ionic Project( provided Ionic Plugins and Project have been Installed), Also you can also use the Command Line Interface to create your project, I'll advice the Command Line Interface as the best OPTIONS.
4.From the means, you can build your and will have the .appx (for WINDOWS STORE APP) that you can sideload to your actual device.
You need to register your windows phone to your windows phone developer account then you will be able to install it in your phone here is link, that show you how to register device.
https://msdn.microsoft.com/en-us/library/windows/apps/dn614128.aspx#prerequisites27
ionic is not supporting windows platform properly. i had developed application in android and ios using ionic but when i start to build those app for windows platform then so many feature of lonic-framework were not properly working. it require too many custom changes in ionic library as well.

Apache Cordova not Allowing me to run in visual studio

Every time i try to create a new app ( trying to look at cross platform apps) in visual studio I get this error:
I have installed the android SDK , is there something else I should be installing?
Thanks
It seems you installed the android SDK but didn't run it to install the platform tools and the SDK APIs.
Run the "android" command on your computer, it will start the android SDK manager.
Then you have to install The android SDK tools and android platform for at least SDK 19.
One quick way is to just click the install button on the bottom right of the window, it should install automatically the latest SDK tools and paltform tools.
If you're short on disk space I recommend you uncheck all that's not usefull if you only want to use Cordova and not plan to do native dev :
the samples
the system images (unless you want to use the emulator, in this case just install one, don't need all)
the documentations
This is simply telling you that the x86 emulator system image is missing. If you do not plan on using the Android Emulator or will only be using an ARM image, you can ignore this warning. We're working to ensure messaging is more nuanced in this area in the future.

Sony Remote Camera API sample Android app - Android Studio

I am having difficulty running the Android sample application for the Sony Action Cam API in Android Studio. I've tried to import the project into Android Studio, but I must not be configuring all the settings properly. Has anyone done this that can provide a step by step. My only experience with Android development was in Eclipse, but I want to try Android Studio as its the latest technology.
Maybe Sony can create a version of this project for Android Studio and make it available from the download page. Please!
I was able to build and run the latest (SDK 1.90) sample app after importing the CameraRemoteSampleApp sample project into Android Studio (Beta) 0.8.14. Please check again.
Best Regards, Prem, Developer World team

Titanium Studio My Application does not launch in Android emulator

I am new to Titanium studio and bothered by a problem: I installed Titanium sdk 1.7.1, android 2.2,android 2.1 updates on mac 10.6.6 and I am able to successfully launch android emulator but emulator does not launch any of my application even kitchen sink example..
[INSTALL_FAILED_MISSING_SHARED_LIBRARY] - this error says that application tries to use libraries, that your system doesn't contain. In most cases it tries to use Google API's (and KitchenSink too). So open 'tiapp.xml' in your project, click 'configure...' link and under 'Android' section choose android version with Google API's in 'Default Android SDK' text box. If no version with Google API's - install it using AVD.