Right click on the iOS project and select set as startup project.
#PRISMA APP CRASHING ANDROID#
Select the Android Player device from the Debug drop down menu and click the debug play button (or press F5).įirst make sure that there's a connection with the Xamarin Mac Agent.
NET Standard project for all the shared code, and platform-specific projects (Android, iOS, Windows Phone). In this example, we are targeting Android, iOS, and UWP, and we are using the DryIoC dependency injection container.Ī new solution was created with a. Next, select your target platforms and which container you would like to use. In the example, I named the solution "MyFirstPrismApp". Select Prism Blank App (Xamarin.Forms) and fill in the name of your project/solution and click OK. Here you will find all the templates available for a new Prism project/solution. Now that you have the Prism Template Pack installed, lets create a new solution. First, make sure you have installed the Prism Template Pack.