-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Fabrice Rakotonarivo edited this page Mar 23, 2025
·
1 revision
The application fetches a list of characters from the SuperheroAPI https://superheroapi.com/. To compile and run the app, you need to obtain a token from the API and add it to your zshrc or bash_profile file:
- add in your
~/.bash_profileor~/.profileor~/.zshrc:
export SUPER_HERO_API_TOKEN="your_token"
- run in terminal :
source ~/.profile OR source ~/.bash_profile OR source ~/.zshrc
- invalidate/cache Android Studio (not necessarily needed)
OR in the file api/build.gradle.kts, add your token line 6