Skip to content
New issue

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

One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified #372

Open
VladVKozlov opened this issue Jun 1, 2024 · 0 comments
Open
Labels
native_bug Bug in underlying iOS/Android library

Comments

@VladVKozlov
Copy link

Ошибка при старте андроид приложения в дебаг версии в эмуляторе

flutter: yandex_mapkit v4.0.2
native mapkit: "com.yandex.android:maps.mobile:4.5.1-lite"

targetSdkVersion 34
compileSdkVersion 34
minSdkVersion 28

Пробовал использовать более новую версию native mapkit: "com.yandex.android:maps.mobile:4.6.1-lite", та же ошибка

Эта же проблема в mapkit demo repo

StackTrace:

Debug service listening on ws://127.0.0.1:62432/Ykiu9Lwev-A=/ws
Syncing files to device sdk gphone64 x86 64...
W/OpenGLRenderer(10085): Failed to initialize 101010-2 format, error = EGL_SUCCESS
I/Gralloc4(10085): mapper 4.x is not supported
D/FlutterLocationService(10085): Creating service.
D/FlutterLocationService(10085): Binding to location service.
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): Cannot register receiver
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): java.lang.SecurityException: **<removed>**: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): 	at android.os.Parcel.createExceptionOrNull(Parcel.java:3057)
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): 	at android.os.Parcel.createException(Parcel.java:3041)
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): 	at android.os.Parcel.readException(Parcel.java:3024)
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): 	at android.os.Parcel.readException(Parcel.java:2966)
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): 	at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:5684)
E/com.yandex.runtime.connectivity.internal.ConnectivitySubscription(10085): 	at android.app.ContextImpl
@DCrow DCrow added the native_bug Bug in underlying iOS/Android library label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native_bug Bug in underlying iOS/Android library
Projects
None yet
Development

No branches or pull requests

2 participants