Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这块可以修改下吗? #3

Open
XiongKe94 opened this issue Nov 3, 2023 · 6 comments
Open

这块可以修改下吗? #3

XiongKe94 opened this issue Nov 3, 2023 · 6 comments
Labels
question Further information is requested

Comments

@XiongKe94
Copy link

obfuscatedBundleName = "reschiper-app.aab" // Obfuscated file name, must end with '.aab'

这块怎么用 我编译出来apk的名称或者aab的名称 不用自定义。

@goldfish07
Copy link
Owner

The filename must have an extension ending in '.aab.' You can change the filename, for example, from 'reschiper-app.aab' to 'XiongKe94.aab' which ends with '.aab.'

文件名必须以'.aab'为扩展名结束。 例如,您可以将文件名从'reschiper-app.aab'更改为以'.aab'结束的'XiongKe94.aab'。

build-variant: debug|release
output: {project}/app/build/outputs/bundle/{build-variant}/XiongKe94.aab

@XiongKe94
Copy link
Author

我的意思是 比如我aab名称叫做release_x86.aab 和release_arm.aab

obfuscatedBundleName = "x'x.aab" 此处动态设置用我之前aab名称 或者动态设置 不要写死 而不是改路径?

这样我应该怎么做?

@goldfish07
Copy link
Owner

你想要根据字符串"abi"将"AAB"分割吗?

you want to split AAB based on abi ?

@XiongKe94
Copy link
Author

你想要根据字符串"abi"将"AAB"分割吗?

you want to split AAB based on abi ?

我的意思是 比如我aab名称是 abc.aab 能不能给你这个加一个前缀名称(xx_abc.aab)或者加个后缀名称(abc_xx.aab))而不是 直接把文件名称都修改了。

@goldfish07
Copy link
Owner

您想将日期添加为后缀,例如 abc_2023-12-13.aab,还是添加为前缀,例如 2023-12-13_abc.aab?
Do you want to add the date as a suffix, (e.g., abc_2023-12-13.aab), or as a prefix, (e.g., 2023-12-13_abc.aab)?

@goldfish07 goldfish07 added the question Further information is requested label Dec 13, 2023
@XiongKe94
Copy link
Author

您想将日期添加为后缀,例如 abc_2023-12-13.aab,还是添加为前缀,例如 2023-12-13_abc.aab? Do you want to add the date as a suffix, (e.g., abc_2023-12-13.aab), or as a prefix, (e.g., 2023-12-13_abc.aab)?

都可以 就是不改变,原有aab名称 加一个后缀或者前缀用来区分。 因为有时候可能会打多个渠道包,如果直接修改名称,打完包之后还得修改aab名称很麻烦。

Can be not change, the original aab name with a suffix or prefix used to distinguish. Because sometimes you may make multiple channel packages, and if you can change the name directly, you will have to change the aab name after making the package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants