12 2015 档案
java.lang.UnsatisfiedLinkError: No implementation found for int com.baidu.platform.comjni.map.commonmemcache.JNICommonMemCache.Create()
摘要:完整异常:Process: com.example.ai.tabhostdemo, PID: 1287java.lang.UnsatisfiedLinkError: No implementation found for int com.baidu.platform.comjni.map.commo... 阅读全文
posted @ 2015-12-03 10:40 飘杨...... 阅读(3953) 评论(0) 推荐(0)
Android 调用系统相机拍照并获取原图
摘要:第一步:调用相机Intent getImageByCamera = new Intent( android.provider.MediaStore.ACTION_IMAGE_CAPTURE); String path = E... 阅读全文
posted @ 2015-12-03 10:18 飘杨...... 阅读(1002) 评论(0) 推荐(0)