如何将HandWave库添加到android studio?

我正在尝试为我的应用程序添加手势检测功能,并且我发现了以下
library.但是,在其说明中,它说明了以下内容:

I primarily use Eclipse for development therefore the instructions below are for Eclipse. I plan to add instructions for Android Studio later.
Clone the repo: git clone 07001
Import TouchFreeLibrary as a library
Click File | Import | Android | Existing Android Code into Workspace
Select the TouchFreeLibrary project
Click Finish
Right-click on TouchFreeLibrary, then click Properties
In the project properties window, click the Android section
Check the Is Library checkbox
Add a reference to the TouchFreeLibrary project (click Remove to remove any broken references, then click Add to add the correct one)
You will also need to need to add OpenCV as a library. Detailed instructions on how to do so can be found here.
It’s up to you which version of OpenCV you’d like to use (all of the recent versions should work just fine), but the 2.4.3 is the version I used during development.

但是,我不确定这如何适用于Android Studio.

所有答案都表示赞赏

最佳答案 基于我之前的回答(顺便说一句,我为了不深入而道歉)原始的HandWave项目已经分叉和修改,现在可以在Android应用程序中实现.它现在可以导入到Android项目中,就像导入任何其他库一样.但请注意,您还需要下载OpenCV.有关如何操作的详细说明,请访问
HandWave’s repo.

点赞