12 2017 档案
升级 AS 3.0 Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl
摘要:android.applicationVariants.all { variant -> variant.outputs.all { if (outputFileName.endsWith('.apk')){ def fileName = "app_" + productFlavors[0].nam 阅读全文
posted @ 2017-12-02 15:50 青年程序猿 阅读(657) 评论(0) 推荐(0)
升级 AS 3.0 error: style attribute '@android:attr/windowEnterAnimation' not found.
摘要:优化了AAPT2增量资源化处理。如果要启用AAPT2,在gradle.properties文件添加代码: android.enableAapt2=true android.enableAapt2=false 即可解决此问题 阅读全文
posted @ 2017-12-02 15:25 青年程序猿 阅读(396) 评论(0) 推荐(0)