android studio 报 Error:(79) Error parsing XML: not well-formed (invalid token)
摘要:android studio 报 Error:(79) Error parsing XML: not well-formed (invalid token)我的原因是因为string 里面有< 这个符号,检查下自己的是否有类似需要转译的符号。
阅读全文
android 获取uri的正确文件路径的办法
摘要:private String getRealPath( Uri fileUrl ) { String fileName = null; if( fileUrl != null ) { if( fileUrl.getScheme( ).toString...
阅读全文