Maps does not run in API 28

0

I am making an app that will work with Google Maps and is working perfectly, from API 25 to API 27. But when testing on API 28 the app simply closes.

At Grandle I had to change the

implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'

To

implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'

I was giving the layout error, but I do not know if it has any connection

Anyway, would anyone know how to say why not run in API 28?

    
asked by anonymous 20.06.2018 / 17:27

0 answers