如何从android应用程序中删除谷歌Map?

rbpvctlc  于 2021-08-20  发布在  Java
关注(0)|答案(0)|浏览(207)

我有android应用程序,并在buid.grable(应用程序)中实现服务:

implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.google.android.gms:play-services-ads:16.0.0'
implementation 'com.google.android.gms:play-services-basement:16.0.0'
implementation 'com.google.android.gms:play-services-basement:15.0.1'
implementation 'com.google.android.gms:play-services-tasks:16.0.0'
implementation 'com.google.android.gms:play-services-tasks:15.0.1'
implementation 'com.google.android.gms:play-services-base:16.0.0'
implementation 'com.google.android.gms:play-services-base:15.0.1'
implementation 'com.google.android.gms:play-services-ads-identifier:16.0.0'
implementation 'com.google.android.gms:play-services-ads-identifier:15.0.1'
implementation 'com.google.api-client:google-api-client:1.30.3

我使用了yandexMap,包括工具:
实现'com.yandex.android:maps.mobile:4.0.0-full'
添加yandexMap后,我的应用程序变得非常大(>99mb)。我想通过删除GoogleMaps来减小应用程序的大小。
如何从android应用程序中删除谷歌Map?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题