1.点击菜单中的 “File” -> “Invalidate Caches / Restart”,然后点击对话框中的 “Invalidate a...
AS 编译时报Daemon: AAPT2 aapt2-3.2.0-4818971-windows Daemon #0 的错误 解决方案:把 c...
今天用穿山甲的demo工程打包,报org.reactivestreams.Publisher 的错误 网上查了下,是org.reactivest...
AS 打包时一直报错,点击右下角的感叹号,弹出来的信息里提示 kotlin.KotlinNullPointerException,但工程中没有任...
Cannot fit requested classes in a single dex file (# methods: 88001 > 65...
在 app 的 build.gradle 下添加下面几行代码就可以了: compileOptions{ sourceCompatibilit...
1. cocos creator js 调用 AS 的方法 ❶ 安卓端: 在 Android 应用中,Cocos 引擎的渲染和 JS 的逻辑是在...
glide 4.9.0 支持 androidx implementation 'com.github.bumptech.glide:glide:...
1. 在 values 下的 style.xml 里添加一个自定义的 android:theme 2. 在 Manifest 里给 Activi...