Zomb

Results 3 issues of Zomb

### Steps to Reproduce 1. Create a project using the support library 2. Add in an e4k bound library which uses a LocalBroadcastManager 3. Upgrade the project to AndroidX 4....

bug
android

If you attempt to create an instance of the C# object in Android Studio inside a thread other than the main thread, using new Thread or AsyncTask, results in a...

bug
java

If I use an array as an argument for a C# method, for example: ``` [Export("parseData")] public void ParseData(byte[] vendorData) ``` or ``` [Export("parseData")] public void ParseData(int[] vendorData) ``` e4k...

enhancement
java