Description:
1. Get the latest 3.3.0 KS from
https://github.com/appcelerator/KitchenSink/tree/master
2. Build it for any genymotion emulator
Actual Result:
1. KS fails to install on the genymotion emulator throwing the error below:
[ERROR] Application Installer abnormal process termination. Process exit value was 1
[ERROR] : Failed to install apk on "192.168.56.103:5555"
[ERROR] : Error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
Expected Result:
1. KS should install & run successfully on genymotion emulators
Won't fix. Genymotion images do not include Google API support for which KitchenSink relies on for Ti.Map. When building your app for a Genymotion emulator, the Android build does display a warning, but will continue to build since we don't know for certain if the app will run or not.
Closing ticket as Won't Fix with reference to the above comments.