Support for newest Android API's
Hi, I have a requirement of turning an exiting xamarin based code into Java and Objective C so that it can be integrated into android studio and xcode.
The present Android app in Xamarin targets the api level 28, I have made following changes in the Embeddinator source code locally to support the newest api level 28.
- Changed the variable TargetSdkVersion to 28 in "static class XamarinAndroid".
- Disabled or removed the ABI armeabi "public partial class Driver".
- Targeted to the newest ndk-bundle in visual studio for mac.
After doing the above changes and tried running the the command "./build.sh -t Generate-Android -v diagnostic" on mac I was getting the below error.
Can anyone tell me if there is any plan for supporting the newest api's for Android or Help me in right direction for making it to work ?.
Also I have tried run the above command by changing the ndk path in visual studio for mac to point at ndk15c and I was getting the below error.
Is there is any update or timeline for the above issue. This is a critical one for us.
I am willing to contribute to this project for speeding things up but not sure where to start.
Thanks, Krishna.
I think this project may be suspended. I have been looking for a way to mix Flutter and C#
I think its nice to have a support for c# in flutter as flutter doesn't have much community or libraries.
Can you also tell me if you are trying to include the support for the above issue as part of that ?.
I would also like to contribute to make things move fast. Please let me know if I can help in any way.