Embeddinator-4000
Embeddinator-4000 copied to clipboard
Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
### Steps to Reproduce 1. mono Embeddinator-4000.exe -gen=Java -platform=Android -c DeviceDriver.dll ### Expected Behavior ### Actual Behavior ### Environment VS Community 2019 ver 16.11.2 Microsoft Visual Studio Professional 2019 (2)...
When following the instructions on: https://developer.xamarin.com/guides/cross-platform/dotnet-embedding/getting-started/java/android/ VS Code community 7.7.3 (build 5) macOS Siera 10.12.6 I get the following exception on a clean project: ``` Building Solution: EmbedTest (Debug) Executing:...
I have Winbows10 Pro 64bit, VS2017, Mono2.12.0.226(x64) , AS3.0 and Java Environment installed, But I have a exception when try to run Embeddinator-4000: Cannot find Mono SDK, it needs to...
### Steps to Reproduce 1. Create an Android Library Project in Visual Studio 2019 add Xamarin.AndroidX.AppCompat 12.0.6 from Nuget Packages 2. Add an Android activity that needs to called from...
Fixes https://github.com/mono/Embeddinator-4000/issues/581.
Path of "include" and "lib" directory for MonoTouch.*.sdk has been changed. Example: Old Path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.2.0.12/SDKs/MonoTouch.iphonesimulator.sdk/usr/include New Path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.14.2.5/SDKs/MonoTouch.iphonesimulator.sdk/include Path has been updated to resolve this issue.
Now we have: bin/ include/ lib/xamarin.android/lib/xbuild lib/xamarin.android/lib/xbuild/Xamarin/Android (`mandroid` in the past) lib/xamarin.android/lib/xbuild-frameworks/MonoAndroid/v* Version*
Resolves mono/Embeddinator-4000#481 by allowing users to override the generated objc class name by decorating their managed class with the RegisterAttribute.
All Microsoft documentation links for **.net Embedding** like https://docs.microsoft.com/en-us/xamarin/tools/dotnet-embedding/index are no longer valid.