我正在使用 Windev 移动开发套件创建简单的地图应用程序。这是问题所在。
- 我的谷歌密钥是正确的。
- 我正在使用 API 28。
- 编译没问题。
但是在启动时它崩溃了。
Message=Didn't find class "org.apache.http.ProtocolVersion" on path: DexPathList
已安装 Google Play 服务。关于我在本节中添加的清单文件:
<uses-library
android:name="org.apache.http.legacy"
android:required="false" />
提前感谢任何有用的帮助:-)