将JoystickView导入Android Studio

时间:2015-11-11 18:14:23

标签: android android-studio android-custom-view

我正在尝试按照以下说明将此自定义视图https://github.com/zerokol/JoystickView导入Android Studio:Importing a custom view in Android Studio

所以我去文件 - >新 - >导入模块,将所有内容保留为默认值并导入。

然后我收到此错误:

enter image description here

我点击了链接并将所有内容更新到最新版本,但它仍然无效。

的build.gradle:

val subject = PublishSubject[String]()
subject.onNext("one")
subject.onNext("two")
subject.onNext("three")
subject.onCompleted()

1 个答案:

答案 0 :(得分:0)

由于它没有任何资源,您可以复制该类并将其放在项目中的所需位置。