This API can be used to implement ANT communication on an Android based phone; provided the phone has the proper hardware for enabling ANT.
Could you provide more description of what exactly you want to do? Are you planning to work on existing Android-based phones? or do you want to add ANT support to your custom Android device?
The Android API is intended to implement ANT communication on an Android based phone that has the properly enabled hardware.
If you are integrating an ANT module into a custom design, you will need to write your own drivers to communicate with the module - UART or SPI. You can find more details on the interfacing requirements in the "Interfacing with ANT General Purpose Chipsets and Modules" document http://www.thisisant.com/pages/developer-zone/ant-protocol-and-usage
ok I downloaded the API example,
and I still can't fix the interface class!!!
It can't reach IAnt_6.stub at all, and that's stopped my project.
on row 220
The error you are seeing still means that there is some problem linking the two projects together. Unfortunately, Eclipse does not easily allow exporting multiple projects with proper linking without having to adjust the paths when importing.
You might want to download the latest version of the Android API from our website - all code is included in a single project to avoid these linking issues.