我尝试在Android中学习手势处理,我尝试了本教程:www.techotopia.com/index.php/Implementing_Android_Custom_Gesture_Recognition_with_Android_Studio
我的问题是,我无法在Android Studio 3.0.1中下载SDK样本,因为没有像这样的选项: 所以我在Appstore上试过这个App:https://play.google.com/store/apps/details?id=pack.GestureApp 但是当我尝试读取这样的文件时:
gLibrary = GestureLibraries.fromRawResource(this, R.raw.gesture);
gLibrary总是空的。 所以我试着在这里找到官方的Gesture Builder应用程序:https://developer.android.com/samples/index.html和Android Studio:File / New / Import Sample: 你可以看到,也没有。
我还尝试运行旧的(API 17)版本:https://github.com/Miserlou/Android-SDK-Samples 但我一遍又一遍地犯错误。
让我们回答我的问题。如何使用API 26/27构建手势文件或如何获取旧的Gesture Builder(正在运行)。