Skip to main content

All Questions

Tagged with
1 vote
1 answer
5k views

Java 17 is required instead of Java 11: Android CI-CD GitHub Actions

I have started to implement the CI-CD using GitHub Actions and integrate lint into main.yml, but I am getting errors like: Run ./gradlew lintDebug Downloading https://services.gradle.org/distributions/...
Alex's user avatar
  • 21
-1 votes
1 answer
317 views

Verify a binary was actually built using a particular version of git release

How to verify a binary was actually built using a particular version of git commit/release and not built from a modified version. For small project we can build it ourself but for large projects like ...
Ron's user avatar
  • 49
1 vote
1 answer
1k views

Permission denied (publickey). Could not read from remote repository

I am using android studio 3.6 and i can't find the SSH executable option when i navigate to file >> settings >> Version Control >> Git. I am getting this error when i try to push a project to github: ...
Alex Maina's user avatar
1 vote
1 answer
2k views

git - Does cloning without pack resume when interrupted?

I'm using repo to download android source code. I noticed most of the projects are downloaded with the remote compressing of objects into a pack file and then simply getting the pack file and ...
bharat.f4's user avatar
1 vote
1 answer
1k views

Problems in building a Github Android project

This is a follow-up question here. I was initially trying to just install the .apk executable, but now I am trying to build the project located at: https://github.com/garlicPasta/dotViewer It is ...
Tina J's user avatar
  • 539
1 vote
2 answers
2k views

Can i repo initialize multiple source code branches in one directory?

repo is a tool that manages download of android source code from github. To download a branch (say b1) source code, we do,, repo init -u url -b b1 I want to download multiple branches (gingerbread, ...
repouser's user avatar