在Android studio中通过gralde脚本打包指定类的为jar包的示例脚本:打包某个包下的所有文件task clearJar(type: Delete) { delete 'libs/sdk.jar' } task ...
確定! 回上一頁