We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#!/usr/bin/python #--coding:utf-8--
#keystore信息 #Windows 下路径分割线请注意使用\转义 keystorePath = ".\yunbo.keystore" keystorePassword = "XXX" keyAlias = "XXX" keyPassword = "XXX"
#加固后的源文件名(未重签名) protectedSourceApkName = "enc.apk" #加固后的源文件所在文件夹路径(...path),注意结尾不要带分隔符,默认在此文件夹根目录 protectedSourceApkDirPath = "" #渠道包输出路径,默认在此文件夹Channels目录下 channelsOutputFilePath = "" #渠道名配置文件路径,默认在此文件夹根目录 channelFilePath = "" #Android SDK buidtools path , please use above 25.0+ sdkBuildToolPath = "C:\Users\Administrator\AppData\Local\Android\Sdk\build-tools\28.0.3"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#!/usr/bin/python
#--coding:utf-8--
#keystore信息
#Windows 下路径分割线请注意使用\转义
keystorePath = ".\yunbo.keystore"
keystorePassword = "XXX"
keyAlias = "XXX"
keyPassword = "XXX"
#加固后的源文件名(未重签名)
protectedSourceApkName = "enc.apk"
#加固后的源文件所在文件夹路径(...path),注意结尾不要带分隔符,默认在此文件夹根目录
protectedSourceApkDirPath = ""
#渠道包输出路径,默认在此文件夹Channels目录下
channelsOutputFilePath = ""
#渠道名配置文件路径,默认在此文件夹根目录
channelFilePath = ""
#Android SDK buidtools path , please use above 25.0+
sdkBuildToolPath = "C:\Users\Administrator\AppData\Local\Android\Sdk\build-tools\28.0.3"
The text was updated successfully, but these errors were encountered: