TakePhoto icon indicating copy to clipboard operation
TakePhoto copied to clipboard

一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库

Results 103 TakePhoto issues
Sort by recently updated
recently updated
newest added

org.devio.takephoto:takephoto_library:4.1.0

1 java.lang.RuntimeException:Unable to start activity ComponentInfo{com.gncaller.crmcaller/com.example.picturechoose.AlbumSelectActivity}: java.lang.ClassCastException: ClassCastException in CHECK_CAST -- 2 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2566) 3 ...... 4 Caused by: 5 java.lang.ClassCastException:ClassCastException in CHECK_CAST 6 com.example.picturechoose.AlbumSelectActivity.onCreate(Native Method)

1 java.lang.RuntimeException:Unable to start activity ComponentInfo{com.gncaller.crmcaller/com.example.picturechoose.AlbumSelectActivity}: java.lang.ClassCastException: ClassCastException in CHECK_CAST -- 2 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3895) 3 ...... 4 Caused by: 5 java.lang.ClassCastException:ClassCastException in CHECK_CAST 6 com.example.picturechoose.AlbumSelectActivity.onCreate(Native Method)

这个库的多选相册使用的是 `multipleimageselect`,他引用的这个三方库已经很久没更新了,里边加载图片用的 glide 3.x 的版本,我把 multipleimageselect fork 了一份,升级了一下 glide。 如果 maven 中找不到 `'com.wdeo3601:multiple-image-select:1.0.6'` 的话,在工程根目录的 build.gradle 添加 maven 仓库: ``` allprojects { repositories { maven { url "https://dl.bintray.com/wdeo3601/maven" } //替换takePhoto中的多图选择lib 用到的...

com.jph.takephoto.uitl.TUriParse中getFileWithUri方法里 cursor.moveToFirst(); 这一行代码,cursor是null问题,这里的cursor应该判断空指针 不过这个也是偶发事件 发生bug的手机:华为 VTR AL00

Glide升级到4.X以后,选择图片时,出现了奔溃情况 --logversion:utracea Process Name: 'com.cdel.accmobile' Thread Name: 'main' Back traces starts. java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/l; or its super classes (declaration of 'com.bumptech.glide.l' appears in /data/user/0/com.cdel.accmobile/[email protected]) at...

仅支持.jpg|.gif|.png|.bmp|.jpeg|.webp等格式 ----建议增加支持格式 非支持格式提示语"选择的不是图片" ----建议修改为"暂不支持该格式"

Fatal Exception: java.lang.IllegalArgumentException: the bind value at index 1 is null at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:165) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135) at android.content.ContentProviderProxy.query(ContentProviderNative.java:421) at android.content.ContentResolver.query(ContentResolver.java:493) at android.content.ContentResolver.query(ContentResolver.java:436) at com.darsh.multipleimageselect.activities.ImageSelectActivity$f.run(SourceFile:16) at java.lang.Thread.run(Thread.java:819)