gnovakov / PopularMovies_Kotlin

A Popular Movies App using: The themoviedb.org API, Kotlin, MVVM, RxJava, Retrofit, Dagger 2, Navigation Component, clean architecture
10 stars 4 forks source link

Build app #2

Closed 98saiful closed 3 years ago

98saiful commented 3 years ago

image Hi there, got error building the project. How to solve it?

gnovakov commented 3 years ago

You need to sign up for a https://www.themoviedb.org/ API key and replace it with where it says MovieDbAPIKey, best place is to store it in your BuildConfig on your computer, you can find tutorials online how to do this.

The reason to do this is to hide your API Key so other people don't use it, so they have to get their own.