I have made simple app in ionic2 using visual studio. I have searched alot in google but not finding any clue how can I deploy this application for any android device?
Related
I need to create a new application for Iphone with Xamarin? Forms
Is it possible to do this without any windows system?
I know this sounds bizare but that is the requirment.
Yes, this is possible. You can develop Android and iOS apps with Visual Studio for Mac. Of course you won't be able to develop UWP apps.
With Visual Studio for Mac you can build websites with ASP.NET Core and apps using .NET Core, games with Unity, and mobile apps for Android and iOS using Xamarin. (emphasis mine, see here)
As far as xamarin is concerned, you can do just as much with the Mac version as with Windows. You just can not develop a Windows Phone app on the Mac.
I m working on a Xamarin Forms project Using Visual Studio 2017, I deployed the project once to the Android Emulator, I didn't change anything after that and again deployed it several times every time I'm getting deploy failed with warnings. I have attached the warnings here.
I need to publish my android app that make it with visual studio enterprise 2017 and get IOS version of My App.
How to do this?
If you wish to compile your Xamarin application on iOS, you must have a Mac machine and deploy your app through there. You are not able to deploy an iOS version of your application on Windows, unless you are tethering to a Mac device through LAN for example using Visual Studio 2017.
Chick this out too, hope it helps!
I am new to Xamarin. I develop an app and deployed it on VS Emulator for android but on clicking of a button, the app is getting crashed. Please let me know the step which I can take to attach my app to VS so That I can figure out the cause of crashing the app
Please see this Xamarin documentation to undestand how you can debug your xamarin app in Emulator.
There are two standard Emulators that you can use, one is Android SDK Emulator which is the default emulator that is provided with the Andorid SDK and the other one is Visual Studio Android Emulator which is a Visual Studio 2015 built in Android emulator. Alternatively, you can use Gorilla Player.
I developed an hybrid app for Windows Phone with MobileFirst v7.1 but I don't know what is the procedure to compile the app to be installed on smartphone. I only know that Visual Studio is necessary, but searching in the web I didn't found any specific guide or documentation for achieve this task.
You build your app in MobileFirst Studio as you build any other MobileFirst-based app
This generates a native project, in this case for Visual Studio.
You then need to open this project in Visual Studio, and from there on you follow standard Visual Studio guidelines (for this, search Microsoft's website for Windows Phone developers).