您可以在build.gradle文件中定义构建类型。 buildTypes { debug { storeFile file("debug.keystore") } release { zipAlignEnabled true } }. 当您在创建发布 ...
確定! 回上一頁