摘要:
变量部分 val info:String="hello" val表示不可修改,kotlin的变量类型写在后面 var s:String="hello" var表示可修改 const val PI=3.4 const表示静态常量 when表达式 fun main(){ val week=0 val i 阅读全文
摘要:
source build/envsetup.sh 执行之后可以用 - croot: Changes directory to the top of the tree. - m: Makes from the top of the tree. - mm: Builds all of the modul 阅读全文