Hello
I’m trying to pack a game for android to publish it to Play Store, and when I select the ¨for distribution¨ option in the project settings, I get the following error
ERROR: cmd.exe failed with args /c "C:/NVPACK/apache-ant-1.8.2/bin/ant.bat" release -Djava.source=1.7 -Djava.target=1.7
I’ve already tried:
- Generating the keystore in \Build\Android and setting it up in project settings
- Updating proguard to the latest version
- Making sure the environment variables are correct and the paths are correct inside android packaging settings
- Installing all the build tools using \NVPACK\android-sdk-windows\tools\android.bat
- Deleting the Intermediate, Saved, Build folders and generating the key again
Any help would be greatly appreciated!
249383-