- Clone this repository by entering this command into Bash:
git clone git@github.com:david-read-iii/The-Guardian-News-Client.git
- Then, open the root project directory in Android Studio.
- Register for your The Guardian API key from this site.
- Create a
theguardianapikey.properties
file in the root project directory. - Put the following info into the file. Replace
...
with your key. Replacing...
withtest
should be sufficient for limited testing purposes:
THE_GUARDIAN_API_KEY="..."
- From Android Studio, go to the Build menu.
- Go to the Build Bundle(s) / APK(s) menu.
- Select either Build APK(s) or Build Bundle(s).
- Wait for a notification to pop signifying the operation completion.
- Select locate in the notification to navigate to the file location of the built artifact.
- Install the artifact on your Android device and try it out.
This project is maintained by: