
kotlin
flaxDuan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
kotlin自定义View出现 java.lang.ClassNotFoundException
问题1:找不到所引用的自定义ViewDidn’t find class “dxf.example.dxf.customviewdemo.MyTextView” on path: DexPathList原因:build.gradle中 应用插件解决:添加 apply plugin: ‘kotlin-android’问题2: java.lang.ClassNotFoundException: Didn’原创 2018-01-04 14:54:22 · 2865 阅读 · 0 评论 -
kotlin-unresolved reference daclaredFunctions
问题:如题原因:默认编译时不导入kotlin-reflect.jar包导致,所以在该包中的默认不能使用解决需额外在dependencies中添加 kotlin-reflect的编译,compile “org.jetbrains.kotlin:kotlin-reflect:$kotlin-version”原创 2018-01-07 22:16:41 · 290 阅读 · 0 评论 -
ExternalDocumentationLinkImpl(url=https://developer.android.com/reference/, packageListUrl=https://d
dokka问题java.lang.RuntimeException: Exception while loading package-list from ExternalDocumentationLinkImpl(url=https://developer.android.com/reference/, packageListUrl=https://developer.android...原创 2018-03-22 01:39:58 · 1724 阅读 · 2 评论