- 博客(9)
- 收藏
- 关注

原创 A problem occurred starting process 'command '
androidStudio运行出现: A problem occurred starting process 'command 'E:\sdk\ndk-bundle\toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-strip''解决方案: 在local.propert...
2018-05-23 13:27:45
10502
原创 NestedScrollView嵌套RecyclerView导致滑动不流畅问题的解决办法
LinearLayoutManager linearLayoutManager = new LinearLayoutManager(this);linearLayoutManager.setSmoothScrollbarEnabled(true);linearLayoutManager.setAutoMeasureEnabled(true);rcvImage.setLayoutManage...
2020-04-10 09:48:26
1666
原创 android 解决不同jar包中引用相同jar包问题 如:Program type already present: org.apache.commons.codec.Decoder
如:Program type already present: org.apache.commons.codec.Decoder1--navigate ->class ->查询2 双击寻找重复jar包位置 然后通过以下方式处理:(1)删除重复jar包问题Or(2)用exclude解决,大概意思就是去掉 你不需要的类 如:...
2019-04-16 17:37:02
3822
原创 androidStudio3.0 新建项目dependencies 失败解决方案 Unable to resolve dependency for ':@debug/compileClasspath'
1 再build文件中查看是否存在Maven库allprojects { repositories { jcenter() mavenCentral() }}如果无则添加后重试 如果问题还未解决修改compileSdkVersion minSdkVersion targetSdkVersion 如将其改为如...
2018-08-28 17:42:07
447
原创 解决AndroidStudio 默认AppTheme布局文件不显示的问题
将gradle文件中的v7版本调低即可 如调为'com.android.support:appcompat-v7:23.0.1'
2018-08-28 16:34:42
2319
原创 导入项目报异常:Cause: peer not authenticated
在gradle 中首先classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.3' 然后添加:repositories { jcenter { url "http://jcenter.bintray.com/" }}repositories { maven { ...
2018-08-20 19:31:36
4588
原创 Error:Execution failed for task ':app:preDebugAndroidTestBuild'. > Conflict with dependency 'com.and
Error:Execution failed for task ':app:preDebugAndroidTestBuild'.> Conflict with dependency 'com.android.support:support-annotations' in project ':app'. Resolved versions for app (26.1.0) and test a...
2018-05-26 10:12:12
629
原创 listView拓展的时候出现的拓展页面显示不全解决方法(只显示一条数据)
自定义listView ,重写onMeasure 方法@Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { // TODO Auto-generated method stub int expandSpec = MeasureSpec.makeMeasureSp
2016-07-05 19:24:23
380
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人