如何設定productFlavors ? 開啟專案中build.gradle. android { ... flavorDimensions "single" productFlavors{ free{ buildConfigField "boolean", ...
確定! 回上一頁