Skip to content

Running Treehopper App in an Android VMWare image

Jay Carlson edited this page Mar 23, 2018 · 1 revision

If you want to build and debug the Android version of the Treehopper App in a VMWare Android image, we've found you must call adb shell setprop debug.mono.runtime_args "-O=-simd" in an ADB prompt to disable SIMD. Otherwise, when the Activator attempts to create instances of the library components in the LibrariesPage constructor, the app will tank.

Clone this wiki locally