Long story short, we are currently unable to do an AOT build of our Xamarin Forms app that uses the Steema nuget.
I first thought that it was a problem of the tooling, but the people at Microsoft found some interesting things...
Can you shed some more light on this, so we can again build AOT?
https://github.com/xamarin/xamarin-andr ... -608150993
https://github.com/xamarin/xamarin-andr ... -608175748
Unable to build AOT version of Android app
-
- Newbie
- Posts: 10
- Joined: Tue Nov 05, 2019 12:00 am
Re: Unable to build AOT version of Android app
Hello,
first of all, thanks for the advise and comments.
Just let you know that we're looking at it. We'll back to you asap.
Thanks.
first of all, thanks for the advise and comments.
Just let you know that we're looking at it. We'll back to you asap.
Thanks.
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Unable to build AOT version of Android app
Hello,
I've been investigating on this and notived that the TeeChart for Xamarin.Forms (Android project) has the following params set to false :
I've changed both and also uploaded a new nuget package version (4.2020.4.9). I think this should solved your problems.
I've been investigating on this and notived that the TeeChart for Xamarin.Forms (Android project) has the following params set to false :
Code: Select all
<AotAssemblies>true</AotAssemblies>
<AndroidEnableProfiledAot>true</AndroidEnableProfiledAot>
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 10
- Joined: Tue Nov 05, 2019 12:00 am
Re: Unable to build AOT version of Android app
Thanks for the feedback!
We will try this out when we upgraded the nuget package.
We will try this out when we upgraded the nuget package.
-
- Newbie
- Posts: 10
- Joined: Tue Nov 05, 2019 12:00 am
Re: Unable to build AOT version of Android app
Still not working with new nuget.
Do we need to config something on our end?
Do we need to config something on our end?
Re: Unable to build AOT version of Android app
Hello,
I cannot reproduce the problem here. In order to take a look and try to find a solution, would you be so kind to attach a simple example in a new reply or send me directly to my email pep@steema.com ?
I cannot reproduce the problem here. In order to take a look and try to find a solution, would you be so kind to attach a simple example in a new reply or send me directly to my email pep@steema.com ?
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 10
- Joined: Tue Nov 05, 2019 12:00 am
Re: Unable to build AOT version of Android app
Emailed small test project.