美文网首页
AndroidStudio记录

AndroidStudio记录

作者: shiyuzhe | 来源:发表于2019-01-30 14:34 被阅读7次

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

相关文章

网友评论

      本文标题:AndroidStudio记录

      本文链接:https://www.haomeiwen.com/subject/ikqcsqtx.html