AndroidStudio记录

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")

猜你喜欢

转载自blog.csdn.net/weixin_34262482/article/details/87084910