When I create a new project and it starts with a Render Problem I can solve it by downgrading the implementation
inside the file build.gradle(Module: app)
The issue itself is that this Render Problem occurs everytime I create a new project. Is that a setting that needs to be changed on the IDE to build the project using a compatible version? (e.g. com.android.support:appcompat-v7:27.1.1
The default version of every project starts with implementation 'com.android.support:appcompat-v7:28.0.0-rc01'