Skip to content

分享一个我使用的bat可以方便使用java环境1.7 #4

Description

@lozn00

@echo off
cd %~dp0
set aapt_path=aapt.exe
set PATH=F:\dev\jdk1.7.0_80_64\bin;%PATH%
java -version
echo 上面列出的是您的JAVA版本必须为7.0 不能大于等于8.0
pause
java -Xmx2048m -XX:-UseParallelGC -XX:MinHeapFreeRatio=15 -jar libs\icodetools_1.0.jar %~dp0 src.apk %aapt_path% jw cn.wjdiankong.jw.utils.JWUtils printStackTrace
adb install -r signed.apk
pause..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions