Build an android app on Windows Device - windows-phone

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.

Related

Proper Development Environment For React Native

I want to write an application targeted at both iOS and Android. Is it possible to develop a React Native app on Windows using a network connected Mac? For example, using Visual Studio Code on Windows and debugging on a network connected Mac?
I'm using Atom and IDE to make react-native app.
To test on iOS, maybe you could use this but the best would be to have a iPhone with you, to install your app and use Code Push to auto update the app on your phone. The other solution would be to install an macOS Emulator on your computer.

How do build and deploy WP8 app on device which is created from Mobile First 7.1?

I made simple Test app to check direct update in Mobile First 7.1.
Added WindowsPhone8 - Universal environment. Opened created native windows8 folder in Visual Studio. Now its showing three folders namely .Shared, .Windows8(Windows8.1) and .WindowsPhone8(WindowsPhone8.1).
Now I want to create xap of WP8 to deploy on device. How to do that? In 6.1 and 6.3 it was just deploy on device. Here I am not seeing that kind of option.
1) By design of Microsoft, Windows 8 Universal project comes with 3 projects within - Windows 8.1, Windows Phone 8.1 and shared.
Note that this is different from the Windows Phone Silverlight project.
2) Direct update feature is available only in Windows Phone Silverlight and not Windows Universal.

Unable to Config Android sdk in Mobile First Foundation 7.1

I am working on hybrid Apps over IBM Mobile First Foundation on eclipse,I want to build an android app of the project, but when i configure the android SDK location and click on apply, nothing happens
Help!
The question is not clear enough... what are you applying? where? are you getting any errors, if yes, what are they?
When using MobileFirst Studio in Eclipse, the Android project can be generated in two ways.
By using the Google ADT tools.
Install the Eclipse plug-in and re-build the project by right-clicking the application folder and selecting Run As > Run on MobileFirst Development Server
By providing the path to Android Studio.
First install Android Studio and then, in Eclipse, navigate to File > Preferences > MobileFirst. Provide the path to the folder containing the executable. For example in Mac OS X that would be /Applications.
Then right-click on the Android environment folder and select Run As > Android Studio project.
Note: be sure not to convert the project to Gradle structure - this is currently not supported.

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.

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.