Description
cordova run android fails to deploy apk built with ANT to device/emulator.
It seems that problem is in build script that can't find proper package since ANT generates a single apk for both 'arm' and 'x86' architectures.
Build/run scripts need to be reworked to consider builder that used to build last packages.