Embeddinator-4000 icon indicating copy to clipboard operation
Embeddinator-4000 copied to clipboard

Support for newest Android API's

Open ghost opened this issue 6 years ago • 4 comments

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.

  1. Changed the variable TargetSdkVersion to 28 in "static class XamarinAndroid".
  2. Disabled or removed the ABI armeabi "public partial class Driver".
  3. 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.

error.txt

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 ?.

ghost avatar Jul 24 '19 13:07 ghost

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.

error2.txt

ghost avatar Jul 24 '19 13:07 ghost

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.

krishnaxamarin avatar Aug 15 '19 16:08 krishnaxamarin

I think this project may be suspended. I have been looking for a way to mix Flutter and C#

Jddl avatar Aug 20 '19 01:08 Jddl

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.

krishnaxamarin avatar Aug 21 '19 14:08 krishnaxamarin