
gradle
造云
要什么描述
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android studio打包导出未签名apk
现在的androidstudio选择debug打包的apk是有debug签名的。所以新建一个buildType比如unsigned{ buildConfigField "int", "REQUEST_TYPE", "1" minifyEnabled false useProguard false }然后在右侧gradle命令选择other -...原创 2020-03-23 17:48:53 · 3313 阅读 · 2 评论 -
android解决tools:replace specified, but no new value specified
这说明你给manifest添加了属性tools:replace例如:<application android:name=".MyApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/a...原创 2019-11-05 18:07:18 · 21107 阅读 · 3 评论