240 发简信
IP属地:台湾
  • Android编译出现DSL element android.dataBinding.enabled is obsolete and has been replaced with android

    dataBinding{ enabled =true} 以上方法在Android 5.0版本已弃用,需要使用以下方法 buildFeature...

  • android 多model打包成arr文件

    github:https://github.com/kezong/fat-aar-android/blob/master/README_CN.m...

  • ID does not reference a View inside this Activity

    多模块下开发,调用Activity 报 ID does not reference a View inside this Activity 解决...

  • Android Studio 安装APK在真机安装时报 Installation failed due to: 'null'

    问题,MI MAX 3 直接run app无法安装APK文件:报错信息: Installation did notsucceed.Theappl...

  • Error while executing: am start -n

    今天真机运行项目发现报了这个错误: Error while executing: am start -n "pagekageName/pagek...

  • Resize,w 360,h 240
    AAPT: error: resource attr/motionProgress (

    问题记录 记录项目中的一个问题,不知什么时候,运行项目会出现这个错误: 解决方法 buildscript { repositories { ...

  • Resize,w 360,h 240
    AndroidStudio Build Output乱码解决

    如下build output 输出的是乱码 解决方案1: 双击shift,在里面输入如下,并且点击第一个 然后在里面输入-Dfile.encod...

  • Android studio 彻底解决光标一直变粗的问题

    前几天由于as 崩溃从新安装了一下,然后就一直出现光标变黑的问题,而且ctrl+c 等的快捷粘贴复制的方法不能使用。 今天找到了解决方法。原来是...