You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in your build.gradle file, put your TMDB API Key (get it from TMDB website),
from: buildTypes.each { it.buildConfigField 'String', 'TMDB_API_TOKEN', 'MyTheMovieDBApiToken' }
to: buildTypes.each { it.buildConfigField 'String', 'TMDB_API_TOKEN', '1234567890thisisjustexample' }
Error:Could not get unknown property 'MyTheMovieDBApiToken' for object of type com.android.build.gradle.AppExtension.
The text was updated successfully, but these errors were encountered: