There are a couple steps which may be under taken to determine why an ANT USB stick is not working with your phone:
You can find out which phones natively support ANT available on the product directory, by selecting "Mobile Phones/Devices" under "Categories". For the most up to date information please contact your device manufacturer.
Background scanning mode is supported from ANT firmware version 1.09B00 and onward for the AOV family of hardware.
Yes, the Android API ANTSetNetworkKey command is supported in the Android ANT SDK. A 128 bit network key is required. If you are a vendor with a private network key, but do not know the 128 bit version, please contact ANT Wireless.
To help preserve battery power, any applications which do not require constant real-time data, can request that events (EVENT_TX, EVENT_RX_FAIL, EVENT_CHANNEL_COLLISION, EVENT_RX (Broadcast Only)) be buffered on the chip for a set time/buffer size before the AntInterface.Intent.ANT_RX_MESSAGE_ACTION intent is triggered for each.
The ANT Android Emulator Bridge tool, which allows you to run ANT capable applications on the Android Emulator (through an ANT USB Stick on a Windows PC) can be found here.
Any ANT USB2 stick or newer (such as the ANTUSB-m) can be used with any Android device (phone or tablet) using a USB OTG cable by installing the ANT Radio Service and ANT USB Service from the Google Play Store if the device supports the Android USB Host Mode API. The USB Host Mode API was introduced with Android 3.1 and higher, please check with your device manufacturer if it is supported.
You can find out which phones natively support ANT available on the product directory, by selecting "Mobile Phones/Devices" under "Categories". For the most up to date information please contact your device manufacturer.
If your device running Andoid is using a multi-mode communication device which supports ANT among other protocols such as WiFi or GPS, you may be able to merge in changes from the ANT Wireless GitHub Repository. If you are using an external device such as a network processor, an Android USB accessory and have any questions, please visit our developer's forums.
The best way to control the UI of your ANT related dialogs is to use the MultiDeviceSearch class, and handle displaying the results in a dialog of your own making.
You may find the documentation for the class here.