07 2015 档案

摘要:1、删除work_plugin目录下的.svn文件(最后面的;也是命令的一部分)sudo find /Users/maxinliang/DaTang/work_plugin ".svn" -exec rm -r {} \;2、http://www.7do.net/resources-11707-1-... 阅读全文
posted @ 2015-07-16 20:09 AZ_mxl 阅读(278) 评论(0) 推荐(0)
摘要:task makeJar(type: Jar) { //指定生成的jar名 baseName 'plugin' //从哪里打包class文件 from('build/intermediates/classes/debug/com/xhrd/mobile/hybridframe... 阅读全文
posted @ 2015-07-09 20:46 AZ_mxl 阅读(844) 评论(0) 推荐(0)
摘要:终端 open -t ~/.bash_profile 打开.bash_profileexport PATH=${PATH}:/Users/maxinliang/Android/sdk/platform-toolsexport JAVA_6_HOME=/System/Library/Java/Jav... 阅读全文
posted @ 2015-07-03 15:43 AZ_mxl 阅读(2476) 评论(0) 推荐(0)