下載地址:
SkyDrive:http://1drv.ms/1xNSQl0
百度網盤:http://pan.baidu.com/s/1i3GapYd
順便一提,Gradle更新到2.X後,1.X中用來設置編譯使用的字符集的命令不管用了...
1.X下是
tasks.withType(Compile) { options.encoding = '編碼' }
2.X下是
compileJava{options.encoding = '編碼'} 閱讀全文 [...]
FGOW 1.0.2
2條回復