今天导入aar出现一个错误、找不到aar

signing.properties not foundapp104946: 'annotationProcessor' dependencies won't be recognized as kapt annotation processors. Please change the configuration name to 'kapt' for these artifacts: 'com.github.bumptech.glide:compiler:4.7.1', 'com.jakewharton:butterknife-compiler:8.8.1' and apply the kapt plugin: "apply plugin: 'kotlin-kapt'".CONFIGURE SUCCESSFUL in 0sERROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not find :104954_2019081311:.Show DetailsAffected Modules: app104946ERROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not find :104954_2019081311:.Show DetailsAffected Modules: app104946ERROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not find :104954_2019081311:.Show DetailsAffected Modules: app104946ERROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not find :104954_2019081311:.Show DetailsAffected Modules: app104946ERROR: Unable to resolve dependency for ':[email protected]/compileClasspath': Could not find :104954_2019081311:.Show DetailsAffected Modules: app104946

解决方法
在module.gradle文件下增加下面这个就好了

 android {    repositories {        flatDir {            dirs 'libs'        }  } }

更多相关文章

  1. 基于Android TV端的文件选择器(UI比较丑,主要看逻辑)
  2. Android学习笔记(八)之Android 读写xml文件
  3. Android 源码下载遇到 403错误 的解决办法
  4. Android札记:防反编译、混淆文件p…
  5. 总结android中的.gradle文件写法及含义
  6. Android make menuconfig make[1]: *** [scripts/kconfig/mconf]
  7. [Android Studio] 使用本地 aar 文件
  8. Android Studio 实时显示布局文件Preview窗口
  9. Android 学习 之 资源文件 动态修改strings.xml中的字符资源

随机推荐

  1. 如何改变Android(安卓)Progressbar默认颜
  2. Android游戏开发之旅七 自定义SurfaceVie
  3. Android导入工程出现 Project has no def
  4. android的文字识别OCR
  5. Activity跳转时 进入和出去的动画
  6. 使用镜像站同步android sdk
  7. Android(安卓)- Linkify 详解
  8. 3.addView调用之后导致子布局的android:l
  9. Android(安卓)图片处理 之 Bitmap
  10. Android(安卓)NDK r8e java.lang.Unsatis