First off, I'm trying to create a simple little app that will connect to my heart rate monitor using ANT+
I've downloaded the ANT+ SDK which includes a sample project that was written in Eclipse. I'm trying to import that into Android Studio and I get an error on the final step: * Project AntPlusPluginSampler:C:\ANT Development\ANT+_Android_SDK\Sample\ANT+ Plugin Sampler\source\project.properties: Library reference ..\AntPluginLib could not be found Path is C:\ANT Development\ANT+_Android_SDK\Sample\ANT+ Plugin Sampler\source\..\AntPluginLib which resolves to C:\ANT Development\ANT+_Android_SDK\Sample\ANT+ Plugin Sampler\AntPluginLib The ANT+ Android SDK appears to come with a antpluginlib_3-5-0.jar file. I tried renaming that to AntPluginLib.jar and placing it in the C:\ANT Development\ANT+_Android_SDK\Sample\ANT+ Plugin Sampler\ folder and then tried to import the project again, but I still get the same error. There is no AntPluginLib.jar file in "C:\ANT Development\ANT+_Android_SDK\Sample\ANT+ Plugin Sampler\" to being with. Anyone have any tips here? Anyone worked with ANT+? Their forum seems to be pretty inactive these days. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/71af9b61-9976-47f5-a664-060589fc6c50%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

