Phase 1 of the Hackapet Android project.
- Project Purpose
- Environment Setup
- Instructions by Operating System
- Verification
- Additional Resources
PetSync Android is Phase 1 of the Hackapet project for Android devices. This application aims to optimize animal shelter management through an efficient record-keeping system that streamlines daily operations.
Key features:
- Tracking of animals in the shelter
- Supply inventory
- Report generation
Git is essential for version control. It allows you to track changes in your code, collaborate with others, and manage your code repositories.
You'll need an account on GitHub to collaborate on the project and access repositories.
Android Studio is the official IDE for Android development and is necessary for working on this project.
- Install Git:
sudo apt-get update sudo apt-get install git - Configure Git:
git config --global user.name "Your Name" git config --global user.email "your_email@example.com" - Install Android Studio:
- Download Android Studio from the official page.
- Extract the downloaded file and move it to your applications directory.
- Run the
studio.shscript in thebinfolder to start Android Studio.
- Install Git:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install git - Configure Git:
git config --global user.name "Your Name" git config --global user.email "your_email@example.com" - Install Android Studio:
- Download Android Studio from the official page.
- Move the Android Studio app to your Applications folder.
- Open Android Studio and follow the setup wizard.
- Install Git:
- Download Git from git-scm.com.
- Run the installer and follow the setup wizard.
- Configure Git:
git config --global user.name "Your Name" git config --global user.email "your_email@example.com" - Install Android Studio:
- Download Android Studio from the official page.
- Run the installer and follow the setup wizard.
After installation, verify that everything is working correctly:
- Check Git installation:
git --version - Verify GitHub/GitLab access:
Try cloning a repository:
git clone git@github.com:username/repository.git - Test Android Studio: Create a new Android project and run it on an emulator.
For more information or if you encounter any issues, please refer to our wiki or open an issue in the repository.