How can create signed apk with terminal?

39 Views Asked by At

Creating the signed apk with terminal

I am developing the android application and I want to create singed apk with terminal cause of I have CI/CD pipeline and I want to use firebase. I want to create apk with CI pipeline later i want to send the apk with firebase. How can i do this ?.

I tried the ./gradlew assembleRelease command. it created the unsinged apk. I tried the install in my phone but I took error. it is "invalid package" . How can i create singed apk with terminal

0

There are 0 best solutions below