google maps on android 9 crash "Failed resolution of: Lorg/apache/http/ProtocolVersion"

130 Views Asked by At

I'm creating simple map application with Windev mobile development suite. Here is the problem.

  • My google key is correct.
  • I'm using API 28.
  • Compilation is okay.

But at launch it crashes.

Message=Didn't find class "org.apache.http.ProtocolVersion" on path: DexPathList 

Google play services are installed. regarding the manifest file i added in the section:

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

Thanks in advance for any useful help :-)

0

There are 0 best solutions below