Avalonia: How do i create/debug a Android/iOS Avalonia Project

Created on 4 Jun 2018  路  4Comments  路  Source: AvaloniaUI/Avalonia

I'm currently trying to look into Avalonia for an Android/iOS/Windows targeted project. I followed the documentation and installed the VS 2017 Extension, tested a view samples.

Now i can create a .NET 4.7.1 "Avalonia Application" or a "Avalonia MVVM Application".
My problem may sound a bit stupid, but how do i create a Android/iOS Project?
Or how do i debug/compile for the other platforms?

question

Most helpful comment

There are no templates for Android and iOS I think, but you can take a look at the samples:

For Android you need to install the Avalonia.Android package and for iOS you need to install the Avalonia.iOS package, as well as the main Avalonia package.

All 4 comments

There are no templates for Android and iOS I think, but you can take a look at the samples:

For Android you need to install the Avalonia.Android package and for iOS you need to install the Avalonia.iOS package, as well as the main Avalonia package.

  1. Can we install avalonia.android and avalonia.ios same project??

  2. If 1st question is true, Do we need to write diffrent ui for ios ,android??

  3. Can windows pc build i.o.s app ?

  1. Can we install avalonia.android and avalonia.ios same project??
  2. If 1st question is true, Do we need to write diffrent ui for ios ,android??
  3. Can windows pc build i.o.s app ?

1) No, you have to have 2 separate projects
2) It should be the same I think.
3) You somehow need a mac so, kindof?

Hi! I have a problem with Avalonia.iOS on my .netcore 3.1 project. It seems, that they鈥檙e not compatible. Am I right?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kekekeks picture kekekeks  路  4Comments

MarchingCube picture MarchingCube  路  4Comments

stdcall picture stdcall  路  4Comments

akunchev picture akunchev  路  3Comments

JonathaN7Shepard picture JonathaN7Shepard  路  4Comments