If your app is targeting API level 28 (Android 9.0) or above, you must include the following declaration within the
element of AndroidManifest.xml. 
対策は以下。AndroidManifest.xml。
<application ...
  ....
  <uses-library
      android:name="org.apache.http.legacy"
      android:required="false" />
Project Configuration | Maps SDK for Android | Google Developers
今回は、GoogleMap SDK vs API-28(9.0/Pie) だったけど、他でも出そうで、使えそう。


