Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: branch checkout and apk sign issues #1

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

oldkingOK
Copy link
Contributor

Hi, I encountered errors when trying to use GitHub Action to built the apk, which were resolved by making some fixes to build.yml.

  • zju-connect no longer has an android branch, and the AAR can be built successfully without git checkout .
  • an error when signing the apk.
Error: Couldnt find the Android build tools @ /usr/local/lib/android/sdk/build-tools/30.0.2
Error: Unable to locate executable file: /usr/local/lib/android/sdk/build-tools/30.0.2/zipalign. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.

After checking this issue, adding an environment variable fixed it.

@Mythologyli
Copy link
Owner

Thanks for your contribution. Cheers!

@Mythologyli Mythologyli merged commit d8f842d into Mythologyli:master Jul 28, 2024
@oldkingOK oldkingOK deleted the fixci branch July 29, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants