报错
mini韦
这个作者很懒,什么都没留下…
展开
-
Android 自定义使Camera 自定义拍照模糊不清。
在网上下了一个demo 自定义Camera 发现拍照预览的时候 清晰,保存后打开照片很模糊 效果如图所示:后面查了很久,保存图片文件的代码也是常规代码 /** * 保存Bitmap到sdcard * * @param b 得到的图片 */ public static void saveBitmap(Bitmap b) { ...原创 2020-02-25 17:45:12 · 2206 阅读 · 1 评论 -
android studio 调试时出现Error while Launching activity
有时候 调试的时候 会出现这样的问题 因为项目需要 我引用网上的错误信息Error while executing: am start -n "com.quanziben.zengyinbao.activity/com.quanziben.zengyinbao.activity.SplashActivity" -a android.intent.action.MAIN -c android原创 2016-10-11 10:50:10 · 11625 阅读 · 5 评论 -
Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper....
导入高德地图demo,出现如下错误提示:Warning:Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in C:\Users\Administrator\Desktop\android_studio\A原创 2016-10-24 09:54:39 · 601 阅读 · 0 评论 -
xml布局预览出现Exception raised during rendering: Unable to locate mode 0
查了一下 是因为RecyclerView 在 25.0.0 出现bug更新一下 或者回退就可以 compile 'com.android.support:appcompat-v7:25.0.1' compile 'com.android.support:support-v4:25.0.1' compile 'com.android.support:cardv原创 2016-12-10 14:36:10 · 465 阅读 · 0 评论 -
Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files defi
Error:Error converting bytecode to dex:Cause: com.android.dex.DexException: Multiple dex files define Lcom/ta/utdid2/device/UTDevice;Error:Execution failed for task ':app:transformClassesWithDexFo原创 2017-02-17 17:48:35 · 939 阅读 · 0 评论 -
android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (Sqlite code 14): Could not o
出现这个问题 1 首先 看一下 你的Asset 创建的时候 对了没有 不是直接新建一个文件夹 第二 就是检查权限问题 第三 就是是不是 你 路径 包名有问题原创 2017-05-12 16:01:22 · 7002 阅读 · 0 评论 -
Android 编译遇到问题Error:Execution failed for task ':app:processDebugManifest'
Error:Execution failed for task ':app:processDebugManifest'.> Manifest merger failed with multiple errors, see logs通过网上查了一些方法方法一:1)在Manifest根标签加上 xmlns:tools="http://schemas.android.com/to...原创 2018-07-25 10:58:42 · 535 阅读 · 0 评论 -
Android版本28使用http请求报错not permitted by network security policy
Android版本28使用http请求报错not permitted by network security policyAndroid版本28使用http请求报错not permitted by network security policyandroid模拟器调试登录的时候报错 CLEARTEXT communication to to 52.76.xx.xxx not permitt...转载 2019-04-02 14:33:15 · 291 阅读 · 0 评论