You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently struggled with issue adding build-tools to environment path in ubuntu-latest runner. I need to sign my apk before uploading to artifact. I see there are few actions on marketplace to sign the apk but unfortunately my organisation blocks those actions providers. I tried doing it manually after setup-android job. But on trying to get the dir ‘$ANDROID_HOME/build-tools’, it fails with error that build-tools doesn’t exist. Can you help me doing this. If build-tools is installed, I will be able to grep the version and add it to the path. Then, I would be able to use zipalign and apksign to sign my unsigned apk.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I recently struggled with issue adding build-tools to environment path in ubuntu-latest runner. I need to sign my apk before uploading to artifact. I see there are few actions on marketplace to sign the apk but unfortunately my organisation blocks those actions providers. I tried doing it manually after setup-android job. But on trying to get the dir ‘$ANDROID_HOME/build-tools’, it fails with error that build-tools doesn’t exist. Can you help me doing this. If build-tools is installed, I will be able to grep the version and add it to the path. Then, I would be able to use zipalign and apksign to sign my unsigned apk.
Thanks
The text was updated successfully, but these errors were encountered: