I have a xamarin.uitest project and an app project, added in main activity in the app project: MainLauncher = true and the method: [Export("MyInvokeMethod")
I have to write couple tests on Xamarin UI Test framework to check apk on emulator. I tried to install my apk in two ways: 1 adb.exe install path\com.company.m