I work in unity, but i never develop for windows tablet, i need to launch an app build in unity on windows tablet, is a custom app, is possibile build in unity an app and install manually into tablet windows without pass from store?
thank you
If tablet SO is Windows and not Windows Mobile, you can build your proyect with PC build (https://docs.unity3d.com/Manual/BuildSettings.html) and go on.
Related
So I got Xamarin onto Visual Studio, and did the Xamarin.Forms template. I would expect that when I connect my phone to the computer I would be able to deploy to my phone, like the mobile development with C++ workload. When I connected it, though, it still only had the option to deploy to the Android Emulator.
The Android Emulator takes up a lot of space on my hard drive, so I'd like to just deploy it to my phone. When I use the Mobile Development with C++ workload, it shows my phone on the deployment thing, but with Xamarin it doesn't.
Does anyone know how I can deploy to my phone using Xamarin, and not install the Emulator?
;)
If you encounter this problem, make sure you have selected this:
Otherwise, Xamarin will make you install the emulator.
As per the phone gap documentation I had added the ripple google chrome extension to test Phonegap - windows emulator. But it does not have any option to check windows OS emulator.
How can I setup Phonegap - Windows emulator?
Since publishing windows app is taking too long time unable to launch app every time and test.
Can anyone help me to setup a Windows emulator?
I found the solution for this.
Phonegap provides the solution for this. We can download the phonegap Developer Application from android and windows market place.
Android: Click Here
Windows: Click Here
Once installation done, get the URL and connect through developer tool. Below is the reference screenshot.
I am working on cordova app using Ionic framework & I want to test it on windows phone. I am working on windows 7 PC and my phone is lumia which runs on windows 8.1. Testing it on android was simple just get the apk on phone install it and run. But it dosen't work this way with windows. I have got Xap file using https://build.phonegap.com/. Now I want to test it on my lumia, just copy and pasting on the phone isn't working. Anybody who can help with the process. So far by R&D I came to know that to develop any thing on win 8.1 devices I am gonna need win 8.1 sdk which only works with win 8 PC. Is there any way I can run the app on my device with the existing software that I have.
You should be able to use the intel xdk to build a windows 8 version and put it on your phone. Grab the intel xdk here https://software.intel.com/en-us/intel-xdk, import your html5 project, hit the build tab at the top, follow the step by step instructions, build for windows 8, install it on phone and profit. You should not need a windows 8 pc for this to work as intel builds it on their servers and you simply download the app. I run this in ubuntu and do android, iphone, and any ohter build i need.
We are willing to create a new application that runs almost everywhere,
iOS, Android OSX and windows
We have sucesfully created samples for iOS, Android and OSX however we have the doubt of windows phone and windows desktop,
is it possible to have the same interface code for them both? or do we need to create the mobile and desktop version as well as in iOS and OSX?
Thank you so much!
Just like creating the iOS and Android Projects, you will need to create separate projects for Windows Phone and Windows Desktop.
I'm trying to test a mobile website I'm building using Windows Phone 7, but I can't figure out how to do it. It seems that the SDK wants me to build an application first in order to use the emulator, but I'm not building an app, I simply want to test compatibility of my mobile site with windows phones. How do I do this?
If you install the free Windows Phone SDK you can run an emulator in standalone mode (i.e. without Visual Studio running).
Search for "Windows Phone Emulator" from the Start menu and just launch that directly.
Once in the emulator about the only thing you can do is launch IE Mobile.
(To enter URLs and other text using your real computer keyboard instead of the onscreen keyboard tap your "Pause/Break" to toggle keyboard mode)
You should be able to run emulator without building an app
try C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.0\Tools\XDE Launcher\XdeLauncher.exe
If now start visual studio and make an app f.e. Silverlight for Windows 7. Emulator will be loaded with debbuger attached. If you stop the app in VS, emulator should be still there. It has preinstalled IE which you can use to test.
Mind that it's better to test your web app on a real device.