在build.gradle 中minifyEnabled true 之后 像下面 buildTypes { release { debuggable false minifyEnabled true shrinkResources true proguardFiles ...
確定! 回上一頁