赞
踩
目录
3.2、查看签名密钥keytool -list -v -keystore wxs.keystore
此处修改成3.3配置的包名
此处修改成4.1的key信息
生成的信息放入工程目录下
添加依赖,从这个目录Android-SDK@4.15.82065_20240508\SDK\libs拷贝以下文件到工程下,并再gradle中添加依赖
- dependencies {
- implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
- implementation 'androidx.appcompat:appcompat:1.0.0'
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'androidx.recyclerview:recyclerview:1.0.0'
- implementation 'com.facebook.fresco:fresco:2.5.0'
- implementation "com.facebook.fresco:animated-gif:2.5.0"
- implementation 'com.github.bumptech.glide:glide:4.9.0'
- implementation 'com.alibaba:fastjson:1.1.46.android'
- }
4.5、替换app图标或进入页面图片(可选)
5、在hbuider生成uniapp工程的app资源
将文件拷贝进去工程替换
5、运行
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。