AndroidStudio记录
2019-01-30 本文已影响7人
shiyuzhe
gradle
设备上debug版本与正式版本共存
//配置不同的appID
buildTypes {
debug {
applicationIdSuffix ".debug"//等同于$applicationId.debug
}
}
内存
Create WebP images
[选中图片右键选择转换为WebP]("https://developer.android.com/studio/write/convert-webp#convert_images_to_webp")