My issue was resolved by adding the namespace in the app/build.gradle file under the android section, like this:
android { namespace "com.example.your_app_name"
}