Hi mallen,
Is this an app you are developing/have access to the source, or are you trying to run an existing apk?
This is a check available in the original Android ANT API that apps can choose to use to enforce only running on a phone with ANT hardware. The initial emulator support included AVD images which added this library to report support. Since then ANT support has been expanded to include ANT USB Sticks, and apps should not enforce this. Dedicated ANT AVD images are no longer provided, allowing you to use any Android SDK version.
Cheers,
-Rohan