Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Support for newest Android API's #734

Open
ghost opened this issue Jul 24, 2019 · 4 comments
Open

Support for newest Android API's #734

ghost opened this issue Jul 24, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 24, 2019

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
Copy link
Author

ghost commented Jul 24, 2019

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

@chamons chamons added this to the Future milestone Jul 24, 2019
@krishnaxamarin
Copy link

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.

@Jddl
Copy link

Jddl commented Aug 20, 2019

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

@krishnaxamarin
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants