Gradle 3.0 + 打包android module 为aar
    
            
摘要:1.module的第三方依赖问题: module 中libs中添加了第三方jar包的依赖,dependency中使用默认的implementation 添加依赖后,引用module的项目无法使用该第三方jar包中的类: 查看官方文档:library中使用implementation添加的依赖在编译期
        
阅读全文
                posted @ 
2018-05-29 23:01 
kelisi_king
        
阅读(331) 
         
        推荐(0)     
             
            
            
    Android SELinux
    
            
摘要:root后adb push 应用启动后anr 发现以下错误日志: avc: denied { execmod } for path="/system/lib/libshella-2.8.so" dev="mmcblk0p23" ino=1645 scontext=u:r:untrusted_app:
        
阅读全文
                posted @ 
2018-05-24 09:56 
kelisi_king
        
阅读(543) 
         
        推荐(0)     
             
            
            
    Mac OS X 修改文件创建时间、修改时间 + zip 过滤临时文件
    
            
摘要:https://apple.stackexchange.com/questions/99536/changing-creation-date-of-a-file touch -t normally only changes the modification and access times. It 
        
阅读全文
                posted @ 
2018-05-14 15:03 
kelisi_king
        
阅读(3559) 
         
        推荐(0)