Allows run Android Runtime as an UWP app.
- currently only ARM7 is supported
- fork does not work correctly - needs to do some more research and find way, that works under UWP
- Android Runtime initializes, but than it crashes when launching app
- Android 7.1.1 r13 is used
- Visual Studio 2015 supported
- Clone repo including submodules
- Install Angle templates(run Angle\templates\install.bat) and build Angle solution (Angle\winrt\10\gyp\All.vcxproj) separately
- Open Bridge.sln
- Choose target ARM device
- Build
Q: When debugging in Visual Studio Access violation exception occurs. How to fix it? A: Uncheck "Break when this exception type is thrown", so FLinux exception handler can work correctly