Why is the map activity terminated in Android Studio?

74 views Asked by At

I can't figure out why it's terminated. Errors and code shown below:

enter image description here

enter image description here

enter image description here

1

There are 1 answers

0
Juan Ramos On BEST ANSWER

You need to put some configurations in your manifest:

<uses-library android:name="org.apache.http.legacy" android:required="false"/>

In the application entity of you xml file.