Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment
CoCo编辑器改启动页、改包名、重新打包
CoCo编辑器改启动页、改包名、重新打包
开始前需要先配置Java环境下载jdk并安装https://www.oracle.com/java/technologies/downloads/
配置java环境JAVA_HOME: 你的jdk路径,如:D:\Program Files\Java\jdk-19Path: %JAVA_HOME%\bin
后建议重启
下载工具下载APK toolAPK tool官网
https://ibotpeaches.github.io/Apktool/install/
下载:
jar:https://bitbucket.org/iBotPeaches/apktool/downloads/
运行命令:https://github.com/iBotPeaches/Apktool/blob/master/scripts/windows/apktool.bat
把他们放在同一个文件夹里
创建签名keytool -genkey -v -keystore littleyan.keystore -alias littleyan -keyalg RSA -valid ...