之前感觉一篇文章记录十多个小问题很方便,可是在找问题的时候却很麻烦,不知道问题在第几篇文章里面,所以这里整理下每篇文章里面的问题以及问题序号,以便能够快速定位到问题所在。
Android开发中小问题汇总
- Android 如何让EditText不自动获取焦点。
- Android 禁止初始时ScrollView自动滚动到底部。
- Android 软键盘弹出时把原来布局顶上去的解决方法。
- 在Android 6.0下继续使用HttpClient。
- android 6.0以上运行时权限问题。
- 在使用toolbar时报以下错误:
This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR。
- Android Studio导入项目报:错误: 非法字符: '\ufeff'。
- Android Studio出现
Error:No service of type Factory available in ProjectScopeServices.
- 使用Genymotion调试出现错误INSTALL_FAILED_CPU_ABI_INCOMPATIBLE.
- Android 7.0调用系统相机拍照崩溃问题.
- List集合中contains方法总是返回false.
- ScrollView嵌套RecyclerView出现item显示不全的问题.
- databinding在android studio2.3版本后不再默认支持使用.在部分手机上(如红米和小米)报错如下:Android app installation: Unknown failure (Failure - not installed for 0)。
- Android Studio 2.3版本出现警告:Warning:Using incompatible plugins for the annotation processing: android-apt. This may result in an unexpected behavior.
- 关于在fragment切换时应用崩溃的问题,报错如下:
java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class android.os.Bundle instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/center_progress_webview. Make sure other views do not use the same id.
- Android BottomSheetDialog设置背景透明问题的解决办法.
- Iconfont在Android中的使用.
- Scrollview 自动滚动到顶部或者底部.
- 在对原有项目重构时,进行代码迁移,涉及到so文件代码中报下面错误:
java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.aihuishou.qualitycheckphotos-1/lib/arm/libzbarjni.so: has text relocations
. - android studio adb连接不上手机调试。
- 在android 4.0.3上对sdcard不能创建目录或文件。
- Android Gradle Build Error:Some file crunching failed, see logs for details.
- 从Git上下载项目时报错如下:
Error:Failed to open zip file.
Gradle's dependency cache may be corrupt (this sometimes occurs
after a network connection timeout.)
Re-download dependencies and sync project (requires network)
Re-download dependencies and sync project (requires network)
- 关于报错
Error:Configuration with name 'default' not found.
的问题. - navicat 系列软件一点击菜单栏就闪退。
- 为什么 Android 不允许子线程中访问 UI 呢?
- 调用
adapter.notifyDataSetChanged()
方法刷新列表时不起作用. - Android studio中使用adb连接设备时报错
unable to connect to 172.16.0.26:5555:
cannot connect to 172.16.0.26:5555: 由于目标计算机积极拒绝,无法连接。 (10061)
- Android WebView clearHistory 失效的解决方案.
- Glide 加载https的图片.
Android开发中小问题汇总二
- 查看android手机中安装apk的包名等信息
- 在使用AndroidStudio打包过程中会出现以下错误:"XXX" is not translated in “en” (English) [MissingTranslation]
- 为什么ScrollView嵌套ListView,ListView只显示一个Item的高度?
- 在使用SharedPreferences使用泛型保存list数据时,碰到com.google.gson.internal.LinkedTreeMap cannot be cast to XXX问题。
- Android 8.0适配报错:Only fullscreen opaque activities can request orientation
- Android 8.0适配问题:安装apk权限,更新时下载apk后,不能调出安装界面
- Android 8.0适配问题:通知栏无法弹出推送消息
- Fragment报错:android.support.v4.app.Fragment$InstantiationException: Unable to instantiate fragment make sure class name exists, is public, and has an empty constructor that is public
- Fragment 重叠 问题
- ARouter there's no route matched解决方法。
- Android WebView允许web使用时html5自适应屏幕标签。
- android layout_gravity属性设置失效的问题。
- Android Studio 自动导包无效及其他快捷键无效问题。
-
Failed to resolve: com.android.support:appcompat-v7:27.+
报错解决方法。
网友评论