You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
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.
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.
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 ?.
The text was updated successfully, but these errors were encountered: