Results 2 comments of zhangyongfa

me too~ `gcc -c -std=c11 -D_GNU_SOURCE -Wall -Wextra -Werror -DVERSION=\"dev-\" -c dex.c -o dex.o gcc -c -std=c11 -D_GNU_SOURCE -Wall -Wextra -Werror -DVERSION=\"dev-\" -c dex_instruction.c -o dex_instruction.o dex_instruction.c:655:43: error: argument 2...

TUriParse 文件目录改到应用目录下 否则没有权限 /** * 获取一个临时的Uri, 文件名随机生成 * * @param context * @return */ public static Uri getTempUri(Context context) { String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss", Locale.getDefault()).format(new Date()); File file =...