Current location - Quotes Website - Personality signature - Create a new batch file and drag and drop the apk file to bat to sign the apk file.
Create a new batch file and drag and drop the apk file to bat to sign the apk file.
Change your apk file to the variable% 1.

I wonder if the java command accepts variables with double quotes on the path. In order to ensure the path and space problems.

Better use "%1". This is a bat file, and the first variable is introduced when dragging and dropping the file.