neroroof.blogg.se

Gamesalad com
Gamesalad com












  1. #Gamesalad com how to
  2. #Gamesalad com apk

You should see the following output that ends in “Verification successful”. i.e “nameOfYourGame_zipaligned.apk”Īfter everything is filled in, hit enter to run the command.

#Gamesalad com apk

Lastly, add one more space then fill in a name for your zipaligned APK file that will be created from this command. Next drag and drop the unsigned APK file you downloaded from your GameSalad portfolio page into the Command Prompt to fill its path in. Next, in the Command Prompt, add a space, then “-v” followed by another space, then a “4” then another space to the command. Drag and drop it into the Command Prompt to have the path fill in automatically. Navigate to your program files directory and open up android-sdk> build-tools > the build-tools version you have (27.0.3 for me).Īt the bottom of that folder you should see your zipalign file. If you followed the getting started with Android steps it should be in your “android-sdk” folder in your program files directory. C:\Program Files (x86)\android-sdk\build-tools\\zipalign.exe -v 4 nameOfGame_zipaligned.apk C:\Program Files (x86)\android-sdk\build-tools\\apksigner.bat sign -ks -in nameOfGame_zipaligned.apk -out nameOfGame_signed.apkįirst you’ll want to locate your zipalign file. If you aren’t comfortable with the Command Prompt, we’ll go through filling in the commands step-by-step below. If you are comfortable with using the Command Prompt, go ahead and run the commands below, replacing the parts as needed. One to zipalign the APK file we downloaded, and one to sign the zipaligned APK file:

gamesalad com

We’ll be running the two following commands. This can be done by pressing the windows key, then typing in “cmd”.

gamesalad com gamesalad com

Next, you will need to open up the Command Prompt on your PC. These steps will also assume that you followed the rest of the tutorial steps linked above.įirst you will need to publish your game to your GameSalad portfolio and generate an APK file to sign by using one of the Generate APK or the Build RC buttons.Īfter it’s done generating, click the Download APK button to download the unsigned APK file. You will need to have already created a keystore and have the Android signing tools downloaded.

#Gamesalad com how to

These steps are for how to sign your apk via the command line using apksigner.














Gamesalad com