240 发简信
IP属地:广东
  • AS cannot resolve symbol

    1.点击菜单中的 “File” -> “Invalidate Caches / Restart”,然后点击对话框中的 “Invalidate a...

  • Daemon: AAPT2 aapt2-3.2.0-4818971-windows Daemon #0

    AS 编译时报Daemon: AAPT2 aapt2-3.2.0-4818971-windows Daemon #0 的错误 解决方案:把 c...

  • org.reactivestreams.Publisher

    今天用穿山甲的demo工程打包,报org.reactivestreams.Publisher 的错误 网上查了下,是org.reactivest...

  • Resize,w 360,h 240
    kotlin.KotlinNullPointerException

    AS 打包时一直报错,点击右下角的感叹号,弹出来的信息里提示 kotlin.KotlinNullPointerException,但工程中没有任...

  • Error: Cannot fit requested classes in a single dex file

    Cannot fit requested classes in a single dex file (# methods: 88001 > 65...

  • Resize,w 360,h 240
    Error: Invoke-customs are only supported starting with Android O (--min-api 26)

    在 app 的 build.gradle 下添加下面几行代码就可以了: compileOptions{ sourceCompatibilit...

  • Resize,w 360,h 240
    AS 调用 creator js 与 js 调用 AS 方法

    1. cocos creator js 调用 AS 的方法 ❶ 安卓端: 在 Android 应用中,Cocos 引擎的渲染和 JS 的逻辑是在...

  • Glide androidx

    glide 4.9.0 支持 androidx implementation 'com.github.bumptech.glide:glide:...

  • Resize,w 360,h 240
    AS 添加应用启动背景,给 Activity 添加背景

    1. 在 values 下的 style.xml 里添加一个自定义的 android:theme 2. 在 Manifest 里给 Activi...