Crypto Analyzer is a tool to analyze cryptocurrency data. This guide will help you set up and run the app in Android Studio.
Before you begin, ensure you have the following installed on your machine:
- Android Studio
- Java Development Kit (JDK)
- An Android device or emulator for testing
git clone https://github.com/kffod/Crypto_Analyzer.git
cd Crypto_Analyzer- Launch Android Studio.
- Click on Open an existing project.
- Navigate to the cloned repository and select it.
Android Studio might prompt you to sync the project with Gradle files. If not, you can manually do this by:
- Clicking on File > Sync Project with Gradle Files.
- Using a physical device: Connect your Android device to your computer via USB. Ensure USB debugging is enabled on your device.
- Using an emulator: Go to AVD Manager in Android Studio, create a new virtual device, and start it.
- Click on the green play button in the toolbar.
- Select your device or emulator from the list.
- Click OK to build and run the app.
If you encounter any issues, try the following:
- Ensure all dependencies are installed and up-to-date.
- Check the Logcat for error messages.
- Clean and rebuild the project: Build > Clean Project and then Build > Rebuild Project.
If you want to contribute to this project, please fork the repository and create a pull request with your changes.