【Kotlin】FarawayPlayer
ps:一个提醒机制 抛出异常: kotlin.NotImplementedError: An operation is not implemented: not implemented 在实现接口的时候IDE会自动为我们添加上: TODO("not implemented") //To change body of created functions use File | Settings | File Templates. “ TODO("not implemented") ”这句代码,这句代码在运行的时候会抛出以上异常,这样做的好处是促使我们去实现接口方法或者手动删掉这句代码。 【 https://www.cnblogs.com/claruarius/p/GenyMotion_intelliJ_config.html 】使用Genymotion 1.在app.buildgradle中的依赖添加anko库 //app目录添加anko库 dependencies { implementation "org.jetbrains.anko:anko:$anko_version" } implementation "org.jetbrains.anko:anko:0.10.8" https://github.com/Kotlin/anko 2.anko库由gradle