# AutopackingAndroid **Repository Path**: zilla/AutopackingAndroid ## Basic Information - **Project Name**: AutopackingAndroid - **Description**: 完成android的自动打包软件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 34 - **Created**: 2014-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README windows平台编译指南 1.首先下载QT5版本、QTcreater、QT的vs插件、cmake、Inno Setup(打包工具,选下) 2.安装下载的所有软件 3.设置qt运行目录、Inno Setup运行目录、cmake运行目录到path环境变量 4.执行cmd,cd进入计划将vs工程放入的目录 5.执行“cmake -G "Visual Studio 10" 源码目录”, 若要生成vs更高版本解决方案,则字符串“Visual Studio 10”替换成相应版本 6.vs打开生成AutopackingAndroid.sh 解决方案完成相应编译 注:若安装了Inno Setup并设置了环境变量,则在vs中编译release版本后,生成makeinstaller,则自动完成打包,发布包生成在解决方案目录的installer目录中