
Crash 集合
devstrongzhao
这个作者很懒,什么都没留下…
展开
-
Layer exceeds max. dimensions supported by the GPU (1080x4570,4060x4060)NestedScrollView
Content Transition出现的异常!Activity 过度动画。如下:Intent intent = new Intent(context, BookDetailActivity.class); intent.putExtra(INTENT_KEY_BOOK_BOOK_ITEM_BEAN, bookItemBean); ActivityOpt原创 2018-01-12 13:46:16 · 841 阅读 · 0 评论 -
Error inflating class android.support.design.widget.NavigationView (遇到的问题)
使用NavigationView 出现crash原因,是Design库和AppCompact库版本不一致可能导致此问题。改为正确的格式例如:compile 'com.android.support:appcompat-v7:23.4.0'compile 'com.android.support:design:23.4.0'compile 'com.android.su原创 2018-01-10 13:57:52 · 337 阅读 · 0 评论 -
adb server version (31) doesn't match this client (39);
问题描述手机可以连接电脑 但是运行adb devices (查看Android 设备)提示adb停止运行 窗口显示: adb server version (31) doesn’t match this client (39); 其实这段话代表的是adb 版本不一致导致。 adb devicesList of devices attachedadb server ver...原创 2018-05-04 09:24:16 · 522 阅读 · 0 评论 -
SourceTree 使用中遇到的问题 SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
首先我开始使用的SourceTree 是1.9版本的界面好看又好用。然而突然间爆出异常,一下蒙比了。由于前段时间总是提示我要更新SourceTree 所以我就认为是SourceTree的问题,然后进行了升级。然而悲剧就是这么发生的。进行升级之后,不能使用它要求使用.Net Framework4.7版本,我得电脑上使用的是4.6.于是我在网上找到了4.7版本下载下来之后安装,结果爆出异常。简单的...原创 2018-05-07 18:14:50 · 3465 阅读 · 0 评论