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?
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.
Can we install avalonia.android and avalonia.ios same project??
If 1st question is true, Do we need to write diffrent ui for ios ,android??
Can windows pc build i.o.s app ?
- Can we install avalonia.android and avalonia.ios same project??
- If 1st question is true, Do we need to write diffrent ui for ios ,android??
- 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?
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.Androidpackage and for iOS you need to install theAvalonia.iOSpackage, as well as the mainAvaloniapackage.