- Home /
Question by
keil_unity · Mar 25, 2021 at 08:03 AM ·
androidbuildapkcommand-linecommand line
sign apk from jenkins/commandline,how to sign android apk through jenkins/command line
hello, i am trying to build an apk from unity commandline through jenkins and am completely stuck on how to sign the APK. any insight would be amazing.
public static void BuildAndroid()
{
Debug.Log("BUILDING ANDROID");
var args = FindArgs();
string fullPathAndName = args.targetDir + args.appName + ".apk";
BuildProject(EnabledScenes, fullPathAndName, BuildTargetGroup.Android, BuildTarget.Android, BuildOptions.None);
}
Comment
Your answer
Follow this Question
Related Questions
Failed to re-package resources using everyplay plugin and google play plugin for leaderboard 0 Answers
Distribute terrain in zones 3 Answers
CommandInvokationFailure: Gradle build failed. when building app bundle 0 Answers
Android build error aapt.exe after latest SDK updates today 0 Answers
Building and Running on Android stopped working; how do I fix this? 2 Answers