构建安卓应用的配置文件没有正确处理 "project://" #17813
Labels
Bug
Env: Android
Env: Native
General issue on all native platforms including iOS, Android, MacOS, Windows
Needs Triage
Needs to be assigned by the team
Cocos Creator version
3.8.4
System information
android
Issue description
首先 , 通过 "构建发布" 功能导出的 json 中, 存放 "keystorePath" 的路径信息 强制存为完整的绝对路径.
这对开发很不友好, 开发者可能有不同的系统 或者 路径来存放项目.
我们 统一把这个文件放在项目都 某个文件夹内, 比如
项目目录/keystore/abc.sign
然后我们手动修改 json配置为
project://
在大多数时候会在编译时被动态替换为项目所在的绝对路径.但是 keystorePath 这 key 的值 没有被处理.
导致 在安卓项目中 出现类似错误:
Relevant error log output
No response
Steps to reproduce
.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: