
AndroidBug
心灵泽尘
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
找不到符号: 变量 BuildConfig
原文地址:https://blog.csdn.net/xx326664162/article/details/51859827转载 2018-11-04 16:55:50 · 4383 阅读 · 0 评论 -
Cannot add task 'wrapper' as a task with that name already exists
task wrapper(type: Wrapper) { gradleVersion = '4.4' distributionUrl = distributionUrl.replace("bin", "all") }改成如下 wrapper { gradleVersion = '4.4' distributionUrl = distributionU...转载 2019-06-28 11:16:03 · 7751 阅读 · 0 评论 -
react native AAPT: error: resource android:attr/ttcIndex not found
参考:https://tieba.baidu.com/p/6167320433?red_tag=1669567405 两种方法可以解决 第一种 react-native-device-info 更新 成 2.1.2,第二种 在 anrdoid/bulid.gradle 下面 添加 googlePlayServicesVersion = "15.0.0" ...转载 2019-06-28 11:36:20 · 6099 阅读 · 0 评论