We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Получаю предупреждения вида: "E/yandex.maps: decltype: Access denied." после запуска активности с картой. Подскажите, с чем это связано?
The text was updated successfully, but these errors were encountered:
То же получаю такую ошибку.
private final String MAPKIT_API_KEY = "98b4a353-3445-4bd6-8b78-************"; protected void onCreate(@Nullable Bundle savedInstanceState) { MapKitFactory.setApiKey(MAPKIT_API_KEY); MapKitFactory.initialize(this);
В грандле gms подтягиваю: implementation 'com.yandex.android:mapkit:3.4.0' implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.yandex.android:mapkit:3.4.0' implementation 'com.google.android.gms:play-services-location:16.0.0'
Sorry, something went wrong.
No branches or pull requests
Получаю предупреждения вида: "E/yandex.maps: decltype: Access denied." после запуска активности с картой. Подскажите, с чем это связано?
The text was updated successfully, but these errors were encountered: