- 情况说明
- 通过两种方式引入aar 包
- 本地添加 复制文件到 lib库 并添加 compile(name: ‘nicevideoplayer-debug’, ext: ‘aar’)
- maven 库添加 直接添加 compile(name: ‘NiceVieoPlayer-v2.1’, ext: ‘aar’)
- 方法1 编译没有问题运行时报错 方法2能正常使用
- 原因
本地导入 缺少依赖的库 通过 maven 下载的包或自动加载依赖包
- 参考地址:
http://www.jianshu.com/p/7a532de0b111
- EditText 父布局 添加如下代码
android:focusable="true" android:focusableInTouchMode="true"